add a fixme for .9

This commit is contained in:
Nikos Kouremenos 2005-08-17 20:07:59 +00:00
parent b474e3141e
commit 21e4819130
1 changed files with 1 additions and 0 deletions

View File

@ -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)