diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-06-08 18:02:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-06-08 18:02:56 +0900 |
commit | 29c4dd8212dacf80b03d2bfe7f604997f30ef7c8 (patch) | |
tree | fbdffec5dc5f5766048a9629395e2951907266b1 /tdeio | |
parent | 790fe12d34447ad8549fcb75acf05d056e6743c6 (diff) | |
download | tdelibs-29c4dd8212dacf80b03d2bfe7f604997f30ef7c8.tar.gz tdelibs-29c4dd8212dacf80b03d2bfe7f604997f30ef7c8.zip |
Rebranding: TDE Control Center --> Trinity Control Center
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"); |