typo in a string

This commit is contained in:
Yann Leboulanger 2007-09-10 14:33:32 +00:00
parent 0020c95c02
commit 0d2fb11d59

View file

@ -67,7 +67,7 @@ class FeaturesWindow:
_('Requires gnome-keyring and python-gnome2-desktop.'), _('Requires gnome-keyring and python-gnome2-desktop.'),
_('Feature not available under Windows.')), _('Feature not available under Windows.')),
_('SRV'): (self.srv_available, _('SRV'): (self.srv_available,
_('Ability to connect to servers which is using SRV records.'), _('Ability to connect to servers which are using SRV records.'),
_('Requires dnsutils.'), _('Requires dnsutils.'),
_('Requires nslookup to use SRV records.')), _('Requires nslookup to use SRV records.')),
_('Spell Checker'): (self.speller_available, _('Spell Checker'): (self.speller_available,