changeset 61620d0da17a in /home/hg/repos/gajim

author: Denis Fomin <fomi...@gmail.com>
branches: 
details:http://hg.gajim.org/gajim?cmd=changeset;node=61620d0da17a
description: Add account name to SSL Certificate Verification dialog title

diffstat:

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

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

diff -r f46b67dbc11e -r 61620d0da17a src/gui_interface.py
--- a/src/gui_interface.py      Tue Aug 27 23:21:16 2013 +0400
+++ b/src/gui_interface.py      Tue Aug 27 23:35:11 2013 +0400
@@ -1352,7 +1352,7 @@
             sectext, checktext1, checktext2, on_response_ok=on_ok,
             on_response_cancel=on_cancel)
         self.instances[account]['online_dialog']['ssl_error'].set_title(
-            _('SSL Certificate Verification'))
+            _('SSL Certificate Verification for %s') % account)
 
     def handle_event_fingerprint_error(self, obj):
         # ('FINGERPRINT_ERROR', account, (new_fingerprint,))
_______________________________________________
Commits mailing list
Commits@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to