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