Closes #1620, Replace lowercase Transform Text option with sentence case
This commit is contained in:
parent
5e8c9669ea
commit
b1cec43982
2 changed files with 0 additions and 6 deletions
|
@ -1819,9 +1819,6 @@
|
|||
<![CDATA[
|
||||
var val = this._getFieldValue(label);
|
||||
switch (mode) {
|
||||
case 'lower':
|
||||
var newVal = val.toLowerCase();
|
||||
break;
|
||||
case 'title':
|
||||
var newVal = Zotero.Utilities.capitalizeTitle(val.toLowerCase(), true);
|
||||
break;
|
||||
|
@ -2271,8 +2268,6 @@
|
|||
oncommand="document.getBindingParent(this).textTransform(document.popupNode, 'title')"/>
|
||||
<menuitem label="&zotero.item.textTransform.sentencecase;" class="menuitem-non-iconic"
|
||||
oncommand="document.getBindingParent(this).textTransform(document.popupNode, 'sentence')"/>
|
||||
<menuitem label="&zotero.item.textTransform.lowercase;" class="menuitem-non-iconic"
|
||||
oncommand="document.getBindingParent(this).textTransform(document.popupNode, 'lower')"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
</menupopup>
|
||||
|
|
|
@ -97,7 +97,6 @@
|
|||
<!ENTITY zotero.item.add "Add">
|
||||
<!ENTITY zotero.item.attachment.file.show "Show File">
|
||||
<!ENTITY zotero.item.textTransform "Transform Text">
|
||||
<!ENTITY zotero.item.textTransform.lowercase "lower case">
|
||||
<!ENTITY zotero.item.textTransform.titlecase "Title Case">
|
||||
<!ENTITY zotero.item.textTransform.sentencecase "Sentence case">
|
||||
|
||||
|
|
Loading…
Reference in a new issue