diff --git a/src/gui_interface.py b/src/gui_interface.py index dd38e8124..1a7658e5c 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,))