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)
This commit is contained in:
gracile-fr 2012-05-03 22:51:14 +02:00
parent d6ae1c544d
commit 9d4ccfae74

View file

@ -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; "