diff options
Diffstat (limited to 'tdeio')
-rw-r--r-- | tdeio/tdeio/tcpslavebase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdeio/tcpslavebase.cpp b/tdeio/tdeio/tcpslavebase.cpp index 9b6b9782e..e9707a76a 100644 --- a/tdeio/tdeio/tcpslavebase.cpp +++ b/tdeio/tdeio/tcpslavebase.cpp @@ -1007,7 +1007,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 TDE Control Center."), + messageBox(Information, i18n("SSL certificate is being rejected as requested. You can disable this in the Trinity Control Center."), i18n("Server Authentication")); rc = -1; setMetaData("ssl_action", "reject"); |