From 8d33dace7cb6e8bc04dd7082250ab88fd8dc744c Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 19 Dec 2011 10:05:34 +0100 Subject: [PATCH] gtkspell is available under windows --- src/features_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features_window.py b/src/features_window.py index 22e7f0f85..f06c82a82 100644 --- a/src/features_window.py +++ b/src/features_window.py @@ -82,7 +82,7 @@ class FeaturesWindow: _('Spell Checker'): (self.speller_available, _('Spellchecking of composed messages.'), _('Requires libgtkspell.'), - _('Feature not available under Windows.')), + _('Requires libgtkspell and libenchant.')), _('Notification'): (self.notification_available, _('Passive popups notifying for new events.'), _('Requires python-notify or instead python-dbus in conjunction with notification-daemon.'),