Spanish didn't like this string
svn: r16602
This commit is contained in:
parent
a8375c02df
commit
79fbeab067
@ -204,8 +204,8 @@ class Spell(object):
|
|||||||
if lang == "en":
|
if lang == "en":
|
||||||
_installed_languages[lang] = lang_name
|
_installed_languages[lang] = lang_name
|
||||||
print _("Warning: spelling checker language limited to "
|
print _("Warning: spelling checker language limited to "
|
||||||
"locale '%s'; install pyenchant/python-enchant "
|
"locale 'en'; install pyenchant/python-enchant "
|
||||||
"for better options.") % "en"
|
"for better options.")
|
||||||
elif locale.getlocale()[1] == "UTF8":
|
elif locale.getlocale()[1] == "UTF8":
|
||||||
# Only worked with UTF8 versions of language.
|
# Only worked with UTF8 versions of language.
|
||||||
# But, we need to test it:
|
# But, we need to test it:
|
||||||
|
Loading…
Reference in New Issue
Block a user