Put "Swap first/last names" in creator context menu root
And remove "Transform Name Form" menu for now Discussed in #132
This commit is contained in:
parent
c68196e7b5
commit
c6afb86ba6
2 changed files with 6 additions and 7 deletions
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue