www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit a61157f8e302518b981c19a5d17a0db44f2b3e1d
parent 8371749bd118bd2fde124a6a8bd7a1fae579f50d
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 23 Feb 2015 03:33:34 -0500

Change "Zotero" button tooltip to "Open Zotero"

Diffstat:
Mchrome/content/zotero/icon.js | 2+-
Mchrome/locale/en-US/zotero/zotero.properties | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/icon.js b/chrome/content/zotero/icon.js @@ -170,7 +170,7 @@ function getTooltipText(button) { switch (button) { case 'main': if (Zotero && Zotero.initialized) { - text = 'Zotero'; + text = Zotero.getString('general.open', Zotero.clientName); let key = Zotero.Keys.getKeyForCommand('openZotero'); if (key) { // Add RLE mark in RTL mode to make shortcut render the right way diff --git a/chrome/locale/en-US/zotero/zotero.properties b/chrome/locale/en-US/zotero/zotero.properties @@ -42,6 +42,7 @@ general.create = Create general.delete = Delete general.moreInformation = More Information general.seeForMoreInformation = See %S for more information. +general.open = Open %S general.enable = Enable general.disable = Disable general.remove = Remove