E5Network/E5SslCertificatesDialog.py

changeset 3034
7ce719013078
parent 3022
57179e4cdadd
child 3035
36e9f388958b
--- a/E5Network/E5SslCertificatesDialog.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/E5Network/E5SslCertificatesDialog.py	Sat Oct 19 13:03:39 2013 +0200
@@ -156,7 +156,7 @@
                         """<p>If the server certificate is deleted, the"""
                         """ normal security checks will be reinstantiated"""
                         """ and the server has to present a valid"""
-                        """ certificate.</p>""")\
+                        """ certificate.</p>""")
                 .format(itm.text(0)))
         if res:
             server = itm.text(1)
@@ -364,7 +364,7 @@
                 """<p>Shall the CA certificate really be deleted?</p>"""
                 """<p>{0}</p>"""
                 """<p>If the CA certificate is deleted, the browser"""
-                """ will not trust any certificate issued by this CA.</p>""")\
+                """ will not trust any certificate issued by this CA.</p>""")
                 .format(itm.text(0)))
         if res:
             cert = self.caCertificatesTree.currentItem().data(0, self.CertRole)

eric ide

mercurial