From b214f9161f26b257b398246a007c25647a7565dc Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Tue, 27 Aug 2013 23:35:11 +0400 Subject: [PATCH] Add account name to SSL Certificate Verification dialog title --- src/gui_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui_interface.py b/src/gui_interface.py index d6e2c557c..b8727c8de 100644 --- a/src/gui_interface.py +++ b/src/gui_interface.py @@ -1352,7 +1352,7 @@ class Interface: 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,))