diff options
Diffstat (limited to 'kio')
-rw-r--r-- | kio/kio/tcpslavebase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kio/tcpslavebase.cpp b/kio/kio/tcpslavebase.cpp index 78093577d..672cc0a5c 100644 --- a/kio/kio/tcpslavebase.cpp +++ b/kio/kio/tcpslavebase.cpp @@ -1005,7 +1005,7 @@ int TCPSlaveBase::verifyCertificate() } } } else if (cp == KSSLCertificateCache::Reject) { // fail - messageBox(Information, i18n("SSL certificate is being rejected as requested. You can disable this in the KDE Control Center."), + messageBox(Information, i18n("SSL certificate is being rejected as requested. You can disable this in the TDE Control Center."), i18n("Server Authentication")); rc = -1; setMetaData("ssl_action", "reject"); |