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