www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 9d4ccfae74bd9b23367eb73cfed6265ddf2e8f0d
parent d6ae1c544d461eba3b1d05fec13ca1600b4b840b
Author: gracile-fr <gracile@gmx.com>
Date:   Thu,  3 May 2012 22:51:14 +0200

Localization of " more..." (which appears when there are more than 15 creators, cf.: https://www.zotero.org/trac/changeset/10412)
(added to zotero.properties in a previous commit)

Diffstat:
Mchrome/content/zotero/bindings/itembox.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml @@ -816,7 +816,7 @@ var label = document.createElement('label'); label.id = 'more-creators-label'; - label.setAttribute('value', num + " more…"); + label.setAttribute('value', num + Zotero.getString('pane.item.creators.displayMore')); label.setAttribute('onclick', "var binding = document.getBindingParent(this); " + "binding._displayAllCreators = true; "