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:
reed%reedloden.com 2008-01-24 07:14:58 +00:00
Родитель 0ea5775b55
Коммит aa63afb3e9
2 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -267,9 +267,9 @@
oncommand="gContextMenu.showMetadata();"/>
<menuseparator id="spell-separator"/>
<menuitem id="spell-check-enabled"
label="&spellEnable.label;"
label="&spellCheckEnable.label;"
type="checkbox"
accesskey="&spellEnable.accesskey;"
accesskey="&spellCheckEnable.accesskey;"
oncommand="InlineSpellCheckerUI.toggleEnabled();"/>
<menuitem id="spell-add-dictionaries-main"
label="&spellAddDictionaries.label;"

Просмотреть файл

@ -99,14 +99,14 @@
<!ENTITY bidiSwitchPageDirectionItem.accesskey "g">
<!ENTITY bidiSwitchTextDirectionItem.label "Switch Text Direction">
<!ENTITY bidiSwitchTextDirectionItem.accesskey "w">
<!ENTITY spellAddToDictionary.label "Add to dictionary">
<!ENTITY spellAddToDictionary.label "Add to Dictionary">
<!ENTITY spellAddToDictionary.accesskey "o">
<!ENTITY spellIgnoreWord.label "Ignore word">
<!ENTITY spellIgnoreWord.accesskey "w">
<!ENTITY spellEnable.label "Spell check this field">
<!ENTITY spellEnable.accesskey "S">
<!ENTITY spellNoSuggestions.label "(No spelling suggestions)">
<!ENTITY spellIgnoreWord.label "Ignore Word">
<!ENTITY spellIgnoreWord.accesskey "W">
<!ENTITY spellCheckEnable.label "Check Spelling">
<!ENTITY spellCheckEnable.accesskey "S">
<!ENTITY spellNoSuggestions.label "(No Spelling Suggestions)">
<!ENTITY spellDictionaries.label "Languages">
<!ENTITY spellDictionaries.accesskey "L">
<!ENTITY spellAddDictionaries.label "Download more dictionaries...">
<!ENTITY spellAddDictionaries.label "Download More Dictionaries...">
<!ENTITY spellAddDictionaries.accesskey "D">