From 9996fd09a332413fb955390e7fe9f1d9fb8d71fa Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 30 Dec 2009 20:58:45 +0000 Subject: [PATCH] Error from localization --- chrome/content/zotero/overlay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js index 5b56d5326..5da76ae35 100644 --- a/chrome/content/zotero/overlay.js +++ b/chrome/content/zotero/overlay.js @@ -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 = {