commit fb8149e6db9d4727f006cd6c33fb37c9c9c8f87e parent bcacb794896d0910ce420da0cfc942ed1e6cff9b Author: Dan Stillman <dstillman@zotero.org> Date: Sat, 31 Jan 2015 16:01:14 -0500 Clarify icon comment Diffstat:
| M | 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 @@ -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);