Error from localization

This commit is contained in:
Dan Stillman 2009-12-30 20:58:45 +00:00
parent d5b4fce7d6
commit 9996fd09a3

View file

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