--- a/src/eric7/WebBrowser/Network/SslErrorExceptionsDialog.py Tue Dec 06 16:57:54 2022 +0100 +++ b/src/eric7/WebBrowser/Network/SslErrorExceptionsDialog.py Tue Dec 06 17:35:41 2022 +0100 @@ -37,13 +37,13 @@ " keys pinned for the host name." ), QWebEngineCertificateError.Type.CertificateCommonNameInvalid: self.tr( - "The certificate's common name did not match the" " host name." + "The certificate's common name did not match the host name." ), QWebEngineCertificateError.Type.CertificateDateInvalid: self.tr( - "The certificate is not valid at the current date" " and time." + "The certificate is not valid at the current date and time." ), QWebEngineCertificateError.Type.CertificateAuthorityInvalid: self.tr( - "The certificate is not signed by a trusted" " authority." + "The certificate is not signed by a trusted authority." ), QWebEngineCertificateError.Type.CertificateContainsErrors: self.tr( "The certificate contains errors." @@ -53,7 +53,7 @@ " it has been revoked." ), QWebEngineCertificateError.Type.CertificateUnableToCheckRevocation: self.tr( - "Revocation information for the certificate is" " not available." + "Revocation information for the certificate is not available." ), QWebEngineCertificateError.Type.CertificateRevoked: self.tr( "The certificate has been revoked." @@ -62,10 +62,10 @@ "The certificate is invalid." ), QWebEngineCertificateError.Type.CertificateWeakSignatureAlgorithm: self.tr( - "The certificate is signed using a weak signature" " algorithm." + "The certificate is signed using a weak signature algorithm." ), QWebEngineCertificateError.Type.CertificateNonUniqueName: self.tr( - "The host name specified in the certificate is" " not unique." + "The host name specified in the certificate is not unique." ), QWebEngineCertificateError.Type.CertificateWeakKey: self.tr( "The certificate contains a weak key." @@ -75,7 +75,7 @@ " violation of name constraints." ), QWebEngineCertificateError.Type.CertificateValidityTooLong: self.tr( - "The certificate has a validity period that is" " too long." + "The certificate has a validity period that is too long." ), QWebEngineCertificateError.Type.CertificateTransparencyRequired: self.tr( "Certificate Transparency was required for this" @@ -92,7 +92,7 @@ "The connection uses an obsolete version of SSL/TLS." ), QWebEngineCertificateError.Type.CertificateSymantecLegacy: self.tr( - "The certificate is a legacy Symantec one that's no" " longer valid." + "The certificate is a legacy Symantec one that's no longer valid." ), }