Add account name to SSL Certificate Verification dialog title

This commit is contained in:
Denis Fomin 2013-08-27 23:35:11 +04:00
parent 6377caf298
commit 6bedb15134
1 changed files with 1 additions and 1 deletions

View File

@ -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,))