diff --git a/src/chat.py b/src/chat.py index 1447b09c4..66dc3ad06 100644 --- a/src/chat.py +++ b/src/chat.py @@ -486,6 +486,7 @@ class Chat: try: gtkspell.Spell(message_textview) except gobject.GError, msg: + #FIXME: add a ui for this use spell.set_language() dialogs.ErrorDialog(str(msg), _('If that is not your language for which you want to highlight misspelled words, then please set your $LANG as appropriate. Eg. for French do export LANG=fr_FR or export LANG=fr_FR.UTF-8 in ~/.bash_profile or to make it global in /etc/profile.\n\nHighlighting misspelled words feature will not be used')).get_response() gajim.config.set('use_speller', False)