changeset 8d4593f3997f in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=8d4593f3997f
description: fix some string
diffstat:
src/common/connection.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 4a0392615d81 -r 8d4593f3997f src/common/connection.py
--- a/src/common/connection.py Tue Feb 21 23:53:49 2012 +0100
+++ b/src/common/connection.py Wed Feb 22 10:07:16 2012 +0100
@@ -1387,7 +1387,7 @@
gajim.nec.push_incoming_event(InformationEvent(None, conn=self,
level='error', pri_txt=_('Authentication failed with "%s"') % \
self._hostname, sec_txt=_('Please check your login and
password'
- 'for correctness.')))
+ ' for correctness.')))
if self.on_connect_auth:
self.on_connect_auth(None)
self.on_connect_auth = None
@@ -1464,7 +1464,7 @@
level='error', pri_txt=_('Error while removing privacy '
'list'), sec_txt=_('Privacy list %s has not been removed. '
'It is maybe active in one of your connected resources. '
- 'Deactivate it and tryagain.') % privacy_list))
+ 'Deactivate it and try again.') % privacy_list))
common.xmpp.features_nb.delPrivacyList(self.connection, privacy_list,
_on_del_privacy_list_result)
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits