Error from localization
This commit is contained in:
parent
d5b4fce7d6
commit
9996fd09a3
1 changed files with 1 additions and 1 deletions
|
@ -1249,7 +1249,7 @@ var ZoteroPane = new function()
|
|||
var toTrash = {
|
||||
title: Zotero.getString('pane.items.trash.title'),
|
||||
text: Zotero.getString(
|
||||
'pane.items.trash' + + (this.itemsView.selection.count > 1 ? '.multiple' : '')
|
||||
'pane.items.trash' + (this.itemsView.selection.count > 1 ? '.multiple' : '')
|
||||
)
|
||||
};
|
||||
var toDelete = {
|
||||
|
|
Loading…
Reference in a new issue