www

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

commit c6afb86ba6b7de5698a4aa3f8af6e91bb46875a4
parent c68196e7b53a38cb9117bc39e083958911932da2
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue,  5 Mar 2013 15:03:01 -0500

Put "Swap first/last names" in creator context menu root

And remove "Transform Name Form" menu for now

Discussed in #132

Diffstat:
Mchrome/content/zotero/bindings/itembox.xml | 10+++++-----
Mchrome/locale/en-US/zotero/zotero.dtd | 3+--
2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml @@ -2516,13 +2516,13 @@ } else { return true; };"> - <menu label="&zotero.item.creatorTransform;"> - <menupopup position="after_start"> + <!--<menu label="&zotero.item.creatorTransform;"> + <menupopup position="after_start">--> <menuitem label="&zotero.item.creatorTransform.nameSwap;" class="creator-transform-swap-names" oncommand="document.getBindingParent(this).swapNames();"/> - </menupopup> - </menu> - </menupopup> + <!--</menupopup> + </menu>--> + </menupopup> <zoteroguidancepanel id="zotero-author-guidance" about="authorMenu" position="after_end" x="-25"/> </popupset> <grid flex="1"> diff --git a/chrome/locale/en-US/zotero/zotero.dtd b/chrome/locale/en-US/zotero/zotero.dtd @@ -121,8 +121,7 @@ <!ENTITY zotero.item.textTransform "Transform Text"> <!ENTITY zotero.item.textTransform.titlecase "Title Case"> <!ENTITY zotero.item.textTransform.sentencecase "Sentence case"> -<!ENTITY zotero.item.creatorTransform "Transform Name Form"> -<!ENTITY zotero.item.creatorTransform.nameSwap "Swap first/last"> +<!ENTITY zotero.item.creatorTransform.nameSwap "Swap first/last names"> <!ENTITY zotero.toolbar.newNote "New Note"> <!ENTITY zotero.toolbar.note.standalone "New Standalone Note">