summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeio/tcpslavebase.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-06-08 18:02:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-06-08 18:02:56 +0900
commit29c4dd8212dacf80b03d2bfe7f604997f30ef7c8 (patch)
treefbdffec5dc5f5766048a9629395e2951907266b1 /tdeio/tdeio/tcpslavebase.cpp
parent790fe12d34447ad8549fcb75acf05d056e6743c6 (diff)
downloadtdelibs-29c4dd8212dacf80b03d2bfe7f604997f30ef7c8.tar.gz
tdelibs-29c4dd8212dacf80b03d2bfe7f604997f30ef7c8.zip
Rebranding: TDE Control Center --> Trinity Control Center
Diffstat (limited to 'tdeio/tdeio/tcpslavebase.cpp')
-rw-r--r--tdeio/tdeio/tcpslavebase.cpp2
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");