From fb8149e6db9d4727f006cd6c33fb37c9c9c8f87e Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 31 Jan 2015 16:01:14 -0500 Subject: [PATCH] Clarify icon comment --- chrome/content/zotero/overlay.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js index 3040f51bb..5c71b68a8 100644 --- a/chrome/content/zotero/overlay.js +++ b/chrome/content/zotero/overlay.js @@ -79,8 +79,7 @@ var ZoteroOverlay = new function() var iconPref = prefBranch.getIntPref('statusBarIcon'); - // If this is the first run, add icon to add-on bar if not - // in the window already and not hidden by the Zotero prefs + // Add icon to toolbar if not in the window already and not hidden by the pref if (!document.getElementById("zotero-toolbar-button") && iconPref != 0) { navBar.insertItem("zotero-toolbar-button"); navBar.setAttribute("currentset", navBar.currentSet);