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 {
|
} else {
|
||||||
return true;
|
return true;
|
||||||
};">
|
};">
|
||||||
<menu label="&zotero.item.creatorTransform;">
|
<!--<menu label="&zotero.item.creatorTransform;">
|
||||||
<menupopup position="after_start">
|
<menupopup position="after_start">-->
|
||||||
<menuitem label="&zotero.item.creatorTransform.nameSwap;" class="creator-transform-swap-names"
|
<menuitem label="&zotero.item.creatorTransform.nameSwap;" class="creator-transform-swap-names"
|
||||||
oncommand="document.getBindingParent(this).swapNames();"/>
|
oncommand="document.getBindingParent(this).swapNames();"/>
|
||||||
</menupopup>
|
<!--</menupopup>
|
||||||
</menu>
|
</menu>-->
|
||||||
</menupopup>
|
</menupopup>
|
||||||
<zoteroguidancepanel id="zotero-author-guidance" about="authorMenu" position="after_end" x="-25"/>
|
<zoteroguidancepanel id="zotero-author-guidance" about="authorMenu" position="after_end" x="-25"/>
|
||||||
</popupset>
|
</popupset>
|
||||||
<grid flex="1">
|
<grid flex="1">
|
||||||
|
|
|
@ -121,8 +121,7 @@
|
||||||
<!ENTITY zotero.item.textTransform "Transform Text">
|
<!ENTITY zotero.item.textTransform "Transform Text">
|
||||||
<!ENTITY zotero.item.textTransform.titlecase "Title Case">
|
<!ENTITY zotero.item.textTransform.titlecase "Title Case">
|
||||||
<!ENTITY zotero.item.textTransform.sentencecase "Sentence case">
|
<!ENTITY zotero.item.textTransform.sentencecase "Sentence case">
|
||||||
<!ENTITY zotero.item.creatorTransform "Transform Name Form">
|
<!ENTITY zotero.item.creatorTransform.nameSwap "Swap first/last names">
|
||||||
<!ENTITY zotero.item.creatorTransform.nameSwap "Swap first/last">
|
|
||||||
|
|
||||||
<!ENTITY zotero.toolbar.newNote "New Note">
|
<!ENTITY zotero.toolbar.newNote "New Note">
|
||||||
<!ENTITY zotero.toolbar.note.standalone "New Standalone Note">
|
<!ENTITY zotero.toolbar.note.standalone "New Standalone Note">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue