From 0d2fb11d592cffb27a5929590356198096b72481 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 10 Sep 2007 14:33:32 +0000 Subject: [PATCH] typo in a string --- 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 7fe2651b0..1cf562d46 100644 --- a/src/features_window.py +++ b/src/features_window.py @@ -67,7 +67,7 @@ class FeaturesWindow: _('Requires gnome-keyring and python-gnome2-desktop.'), _('Feature not available under Windows.')), _('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 nslookup to use SRV records.')), _('Spell Checker'): (self.speller_available,