we now have a ui for speller
This commit is contained in:
parent
d6d6b90c03
commit
1c3aa8fda6
1 changed files with 0 additions and 1 deletions
|
@ -196,7 +196,6 @@ class ChatControlBase(MessageControl):
|
||||||
self.msg_textview.lang = lang
|
self.msg_textview.lang = lang
|
||||||
spell.set_language(lang)
|
spell.set_language(lang)
|
||||||
except (gobject.GError, RuntimeError), msg:
|
except (gobject.GError, RuntimeError), msg:
|
||||||
#FIXME: add a ui for this use spell.set_language()
|
|
||||||
dialogs.ErrorDialog(unicode(msg), _('If that is not your language '
|
dialogs.ErrorDialog(unicode(msg), _('If that is not your language '
|
||||||
'for which you want to highlight misspelled words, then please '
|
'for which you want to highlight misspelled words, then please '
|
||||||
'set your $LANG as appropriate. Eg. for French do export '
|
'set your $LANG as appropriate. Eg. for French do export '
|
||||||
|
|
Loading…
Add table
Reference in a new issue