commit 9996fd09a332413fb955390e7fe9f1d9fb8d71fa parent d5b4fce7d6fbc0242064fcdef5aedc41a870aae5 Author: Dan Stillman <dstillman@zotero.org> Date: Wed, 30 Dec 2009 20:58:45 +0000 Error from localization Diffstat:
| M | 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 @@ -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 = {