Fix note spellcheck in Minefield
This commit is contained in:
parent
6a2f44c07e
commit
a4cd5d69d6
|
@ -19,6 +19,18 @@
|
||||||
<!DOCTYPE bindings [
|
<!DOCTYPE bindings [
|
||||||
<!ENTITY % textcontextDTD SYSTEM "chrome://global/locale/textcontext.dtd" >
|
<!ENTITY % textcontextDTD SYSTEM "chrome://global/locale/textcontext.dtd" >
|
||||||
%textcontextDTD;
|
%textcontextDTD;
|
||||||
|
|
||||||
|
<!-- These aren't yet included in textcontext.dtd in Minefield, so we reproduce them here
|
||||||
|
(rather than including the massive browser.dtd) -->
|
||||||
|
<!ENTITY spellAddToDictionary.label "Add to dictionary">
|
||||||
|
<!ENTITY spellAddToDictionary.accesskey "o">
|
||||||
|
<!ENTITY spellEnable.label "Spell check this field">
|
||||||
|
<!ENTITY spellEnable.accesskey "S">
|
||||||
|
<!ENTITY spellNoSuggestions.label "(No spelling suggestions)">
|
||||||
|
<!ENTITY spellDictionaries.label "Languages">
|
||||||
|
<!ENTITY spellDictionaries.accesskey "l">
|
||||||
|
<!ENTITY spellAddDictionaries.label "Add dictionaries...">
|
||||||
|
<!ENTITY spellAddDictionaries.accesskey "A">
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<bindings xmlns="http://www.mozilla.org/xbl"
|
<bindings xmlns="http://www.mozilla.org/xbl"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user