changeset d84fab330dc2 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=d84fab330dc2
description: [Darlan] Fix typo

diffstat:

 src/features_window.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6303371c459c -r d84fab330dc2 src/features_window.py
--- a/src/features_window.py    Sat May 21 23:34:31 2011 +0400
+++ b/src/features_window.py    Sun May 22 13:05:39 2011 +0200
@@ -47,7 +47,7 @@
 
         # {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.')),
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to