diff --git a/chrome/content/zotero/icon.js b/chrome/content/zotero/icon.js index 2469ed646..8e1f4fa00 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 59405c3fe..4e13f370d 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