changeset ae6b6f66f9c3 in /home/hg/repos/gajim
author: Yann Leboulanger <[email protected]>
branches: gajim_0.16
details:http://hg.gajim.org/gajim?cmd=changeset;node=ae6b6f66f9c3
description: fix typo
diffstat:
src/common/connection.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r dd81001e73f0 -r ae6b6f66f9c3 src/common/connection.py
--- a/src/common/connection.py Sun Feb 16 17:41:31 2014 +0100
+++ b/src/common/connection.py Mon Feb 17 15:25:01 2014 +0100
@@ -1405,7 +1405,7 @@
cert = con.Connection.ssl_certificate
if errnum > 0 and str(errnum) not in gajim.config.get_per('accounts',
self.name, 'ignore_ssl_errors').split():
- text = _('The authenticity of the %s certificate could be invlid')
\
+ text = _('The authenticity of the %s certificate could be
invalid') \
% hostname
if errnum in ssl_error:
text += _('\nSSL Error: <b>%s</b>') % ssl_error[errnum]
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits