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.'),