Add quotes around feed button target
This commit is contained in:
parent
cf212e2b70
commit
aa266c11f4
|
@ -238,7 +238,7 @@ var ZoteroItemPane = new function() {
|
|||
|
||||
|
||||
this.setTranslateButton = function() {
|
||||
var label = Zotero.getString('general.addTo', _translationTarget.name);
|
||||
var label = Zotero.getString('pane.item.addTo', _translationTarget.name);
|
||||
var elem = document.getElementById('zotero-feed-item-addTo-button');
|
||||
elem.setAttribute('label', label);
|
||||
|
||||
|
|
|
@ -56,7 +56,6 @@ general.openPreferences = Open Preferences
|
|||
general.keys.ctrlShift = Ctrl+Shift+
|
||||
general.keys.cmdShift = Cmd+Shift+
|
||||
general.dontShowAgain = Don’t Show Again
|
||||
general.addTo = Add to %S
|
||||
|
||||
general.operationInProgress = A Zotero operation is currently in progress.
|
||||
general.operationInProgress.waitUntilFinished = Please wait until it has finished.
|
||||
|
@ -274,6 +273,7 @@ pane.item.duplicates.onlySameItemType = Merged items must all be of the same it
|
|||
|
||||
pane.item.markAsRead = Mark As Read
|
||||
pane.item.markAsUnread = Mark As Unread
|
||||
pane.item.addTo = Add to “%S”
|
||||
pane.item.changeType.title = Change Item Type
|
||||
pane.item.changeType.text = Are you sure you want to change the item type?\n\nThe following fields will be lost:
|
||||
pane.item.defaultFirstName = first
|
||||
|
|
Loading…
Reference in New Issue
Block a user