changeset 79e08ce97d80 in /home/hg/repos/gajim

author: Denis Fomin <[email protected]>
branches: gtk3
details:http://hg.gajim.org/gajim?cmd=changeset;node=79e08ce97d80
description: Typo. Fixes #7479

diffstat:

 src/common/connection.py |  2 +-
 1 файлов изменено, 1 вставок(+), 1 удалений(-)

различия (12 строк):

diff -r 9c47072dbb68 -r 79e08ce97d80 src/common/connection.py
--- a/src/common/connection.py  Sun Sep 15 12:16:55 2013 +0200
+++ b/src/common/connection.py  Tue Sep 17 12:24:28 2013 +0400
@@ -1767,7 +1767,7 @@
             gajim.nec.push_incoming_event(OurShowEvent(None, conn=self,
                 show=gajim.SHOW_LIST[self.connected]))
             gajim.nec.push_incoming_event(InformationEvent(None, conn=self,
-                level='error', pri_txt=_('Invisibility not supported',
+                level='error', pri_txt=_('Invisibility not supported'),
                 sec_txt=_('Account %s doesn\'t support invisibility.') % \
                 self.name)))
             return
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to