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:
parent
d6ae1c544d
commit
9d4ccfae74
1 changed files with 1 additions and 1 deletions
|
@ -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; "
|
||||
|
|
Loading…
Add table
Reference in a new issue