зеркало из https://github.com/mozilla/pjs.git
Bug 410573 - "Correct menu item title case for textarea context menus" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari) r=Neil sr=jag]
This commit is contained in:
Родитель
0ea5775b55
Коммит
aa63afb3e9
|
@ -267,9 +267,9 @@
|
||||||
oncommand="gContextMenu.showMetadata();"/>
|
oncommand="gContextMenu.showMetadata();"/>
|
||||||
<menuseparator id="spell-separator"/>
|
<menuseparator id="spell-separator"/>
|
||||||
<menuitem id="spell-check-enabled"
|
<menuitem id="spell-check-enabled"
|
||||||
label="&spellEnable.label;"
|
label="&spellCheckEnable.label;"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
accesskey="&spellEnable.accesskey;"
|
accesskey="&spellCheckEnable.accesskey;"
|
||||||
oncommand="InlineSpellCheckerUI.toggleEnabled();"/>
|
oncommand="InlineSpellCheckerUI.toggleEnabled();"/>
|
||||||
<menuitem id="spell-add-dictionaries-main"
|
<menuitem id="spell-add-dictionaries-main"
|
||||||
label="&spellAddDictionaries.label;"
|
label="&spellAddDictionaries.label;"
|
||||||
|
|
|
@ -99,14 +99,14 @@
|
||||||
<!ENTITY bidiSwitchPageDirectionItem.accesskey "g">
|
<!ENTITY bidiSwitchPageDirectionItem.accesskey "g">
|
||||||
<!ENTITY bidiSwitchTextDirectionItem.label "Switch Text Direction">
|
<!ENTITY bidiSwitchTextDirectionItem.label "Switch Text Direction">
|
||||||
<!ENTITY bidiSwitchTextDirectionItem.accesskey "w">
|
<!ENTITY bidiSwitchTextDirectionItem.accesskey "w">
|
||||||
<!ENTITY spellAddToDictionary.label "Add to dictionary">
|
<!ENTITY spellAddToDictionary.label "Add to Dictionary">
|
||||||
<!ENTITY spellAddToDictionary.accesskey "o">
|
<!ENTITY spellAddToDictionary.accesskey "o">
|
||||||
<!ENTITY spellIgnoreWord.label "Ignore word">
|
<!ENTITY spellIgnoreWord.label "Ignore Word">
|
||||||
<!ENTITY spellIgnoreWord.accesskey "w">
|
<!ENTITY spellIgnoreWord.accesskey "W">
|
||||||
<!ENTITY spellEnable.label "Spell check this field">
|
<!ENTITY spellCheckEnable.label "Check Spelling">
|
||||||
<!ENTITY spellEnable.accesskey "S">
|
<!ENTITY spellCheckEnable.accesskey "S">
|
||||||
<!ENTITY spellNoSuggestions.label "(No spelling suggestions)">
|
<!ENTITY spellNoSuggestions.label "(No Spelling Suggestions)">
|
||||||
<!ENTITY spellDictionaries.label "Languages">
|
<!ENTITY spellDictionaries.label "Languages">
|
||||||
<!ENTITY spellDictionaries.accesskey "L">
|
<!ENTITY spellDictionaries.accesskey "L">
|
||||||
<!ENTITY spellAddDictionaries.label "Download more dictionaries...">
|
<!ENTITY spellAddDictionaries.label "Download More Dictionaries...">
|
||||||
<!ENTITY spellAddDictionaries.accesskey "D">
|
<!ENTITY spellAddDictionaries.accesskey "D">
|
||||||
|
|
Загрузка…
Ссылка в новой задаче