mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
bug 345612 - [seamonkey] Installed spellcheck dictionaries are not displayed and cannot be selected, link to new dictionaries at AMO which work for newer versions, r+sr=Neil
This commit is contained in:
parent
4a4679cf9c
commit
285beff7f9
@ -2,4 +2,4 @@
|
||||
# editor.js
|
||||
# editor.properties
|
||||
editor.throbber.url=http://www.mozilla.org/projects/seamonkey/
|
||||
editor.spellcheckers.url=http://dictionaries.mozdev.org/installation.html
|
||||
editor.spellcheckers.url=https://addons.mozilla.org/search.php?cat=68&app=seamonkey&type=E
|
||||
|
@ -53,10 +53,9 @@ client, supporting advanced junk mail detection and other useful features.">
|
||||
<!ENTITY dict.title "Dictionaries">
|
||||
<!ENTITY dict_intro.label "Dictionaries are used to check the spelling of your messages.">
|
||||
<!ENTITY dict_info.label
|
||||
'Many additional languages can be
|
||||
<a href="http://dictionaries.mozdev.org/installation.html">installed</a> from
|
||||
the <a href="http://dictionaries.mozdev.org/">dictionaries</a> project on
|
||||
<a href="http://www.mozdev.org/">mozdev</a>.'>
|
||||
'Many additional languages can be installed from the
|
||||
<a href="https://addons.mozilla.org/search.php?cat=68&app=seamonkey&type=E/">dictionaries</a>
|
||||
section on <a href="http://addons.mozilla.org/">Mozilla Add-ons</a>.'>
|
||||
<!ENTITY info.title "More Information">
|
||||
<!ENTITY info_bugs.label
|
||||
'<a href="http://www.mozilla.org/mailnews/">We</a> welcome bug reports and feature
|
||||
|
@ -65,7 +65,7 @@
|
||||
|
||||
<RDF:Description about='urn:clienturl:composer:spellcheckers'>
|
||||
<NC:title>Spellcheckers</NC:title>
|
||||
<NC:content>http://dictionaries.mozdev.org/installation.html</NC:content>
|
||||
<NC:content>https://addons.mozilla.org/search.php?cat=68&app=seamonkey&type=E</NC:content>
|
||||
</RDF:Description>
|
||||
|
||||
</RDF:RDF>
|
||||
|
Loading…
Reference in New Issue
Block a user