From 79fbeab0677fd488c41aa28653756128f263bce1 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Fri, 11 Feb 2011 14:18:29 +0000 Subject: [PATCH] Spanish didn't like this string svn: r16602 --- src/Spell.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: