diff --git a/src/Spell.py b/src/Spell.py index 1e19ec301..ba53b9f67 100644 --- a/src/Spell.py +++ b/src/Spell.py @@ -204,8 +204,8 @@ class Spell(object): if lang == "en": _installed_languages[lang] = lang_name print _("Warning: spelling checker language limited to " - "locale '%s'; install pyenchant/python-enchant " - "for better options.") % "en" + "locale 'en'; install pyenchant/python-enchant " + "for better options.") elif locale.getlocale()[1] == "UTF8": # Only worked with UTF8 versions of language. # But, we need to test it: