From 11442f81535482b21aacf9e44e45c7fb679c9243 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Sun, 22 May 2011 13:05:39 +0200 Subject: [PATCH] [Darlan] Fix typo --- 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 beef6635c8..9ba4dd47ae 100644 --- a/src/features_window.py +++ b/src/features_window.py @@ -47,7 +47,7 @@ class FeaturesWindow: # {name: (available_function, unix_text, windows_text)} self.features = { - _('SSL certificat validation'): (self.pyopenssl_available, + _('SSL certificate validation'): (self.pyopenssl_available, _('A library used to validate server certificates to ensure a secure connection.'), _('Requires python-pyopenssl.'), _('Requires python-pyopenssl.')), -- GitLab