Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2011-05-29 22:45:18 +0400
committerYann Leboulanger <asterix@lagaule.org>2011-05-29 22:45:18 +0400
commitf22c453d4e7b52172c8646775eea3cb306da7694 (patch)
treea6a66e24caa7f94e03017fa3fea7532437209783
parent5375ddfb3193ea86c47fa0698122efc7d77524ed (diff)
typo
-rw-r--r--src/common/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/config.py b/src/common/config.py
index a1bc9949b..0e706b820 100644
--- a/src/common/config.py
+++ b/src/common/config.py
@@ -322,7 +322,7 @@ class Config:
'connection_types': [ opt_str, 'tls ssl plain', _('Ordered list (space separated) of connection type to try. Can contain tls, ssl or plain')],
'warn_when_plaintext_connection': [ opt_bool, True, _('Show a warning dialog before sending password on an plaintext connection.') ],
'warn_when_insecure_ssl_connection': [ opt_bool, True, _('Show a warning dialog before using standard SSL library.') ],
- 'warn_when_insecure_password': [ opt_bool, True, _('Show a warning dialog before sending PLAIN password over a plain conenction.') ],
+ 'warn_when_insecure_password': [ opt_bool, True, _('Show a warning dialog before sending PLAIN password over a plain connection.') ],
'ssl_fingerprint_sha1': [ opt_str, '', '', True ],
'ignore_ssl_errors': [ opt_str, '', _('Space separated list of ssl errors to ignore.') ],
'use_srv': [ opt_bool, True, '', True ],