From a61157f8e302518b981c19a5d17a0db44f2b3e1d Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 23 Feb 2015 03:33:34 -0500 Subject: [PATCH] Change "Zotero" button tooltip to "Open Zotero" --- chrome/content/zotero/icon.js | 2 +- chrome/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 index 2469ed646c..8e1f4fa000 100644 --- 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 index 59405c3fe4..4e13f370db 100644 --- 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