www

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

commit b40c1d7e2e43ec175ba9a896178f3d7a2baa06c6
parent aa90927ed442c5e1c31c89597ea8e1a5a1d372fb
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 10 Jul 2015 15:55:04 -0400

Remove redundant "Suppress Author" string

Refs #796

Diffstat:
Mchrome/content/zotero/tools/csledit.xul | 2+-
Mchrome/locale/en-US/zotero/csledit.dtd | 1-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/chrome/content/zotero/tools/csledit.xul b/chrome/content/zotero/tools/csledit.xul @@ -47,7 +47,7 @@ <menulist id="zotero-csl-page-type" style="min-height: 1.6em; min-width: 50px" oncommand="Zotero_CSL_Editor.refresh()" /> <label value=":" /> <textbox size="5" id="preview-pages" type="timed" timeout="250" oncommand="Zotero_CSL_Editor.refresh()"/> - <checkbox oncommand="Zotero_CSL_Editor.refresh()" id="preview-suppress-author" label="&styles.editor.suppressAuthor;" /> + <checkbox oncommand="Zotero_CSL_Editor.refresh()" id="preview-suppress-author" label="&zotero.citation.suppressAuthor.label;" /> <label value="&styles.editor.citePosition;" /> <menulist id="zotero-ref-position" oncommand="Zotero_CSL_Editor.refresh()"> <menupopup> diff --git a/chrome/locale/en-US/zotero/csledit.dtd b/chrome/locale/en-US/zotero/csledit.dtd @@ -1,4 +1,3 @@ <!ENTITY styles.editor "Zotero Style Editor"> -<!ENTITY styles.editor.suppressAuthor "Suppress Author"> <!ENTITY styles.editor.citePosition "Cite Position:">