Change "Zotero" button tooltip to "Open Zotero"

This commit is contained in:
Dan Stillman 2015-02-23 03:33:34 -05:00
parent 8371749bd1
commit a61157f8e3
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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