diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml index 7e5791f4d..d4a50a839 100644 --- 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; "