Add account name to SSL Certificate Verification dialog title
This commit is contained in:
parent
6377caf298
commit
6bedb15134
|
@ -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,))
|
||||
|
|
Loading…
Reference in New Issue