summaryrefslogtreecommitdiffstats
path: root/kioslaves
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:16:42 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:16:42 -0500
commit82bb5a6d637521ef5e8f1643a678bb58b0b81108 (patch)
treeb1de0c5597b63cd24fd557a64896f7fffc66102e /kioslaves
parent3e8a711f8ddb6dc617498ec576e1c2f3a6a9bfb4 (diff)
downloadtdepim-82bb5a6d637521ef5e8f1643a678bb58b0b81108.tar.gz
tdepim-82bb5a6d637521ef5e8f1643a678bb58b0b81108.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kioslaves')
-rw-r--r--kioslaves/sieve/sieve.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslaves/sieve/sieve.cpp b/kioslaves/sieve/sieve.cpp
index 8cba6a50..8132834a 100644
--- a/kioslaves/sieve/sieve.cpp
+++ b/kioslaves/sieve/sieve.cpp
@@ -361,7 +361,7 @@ bool kio_sieveProtocol::connect(bool useTLSIfAvailable)
// Attempt to start TLS
if ( !m_allowUnencrypted && !canUseTLS() ) {
- error( ERR_SLAVE_DEFINED, i18n("Can not use TLS. Please enable TLS in the KDE cryptography setting.") );
+ error( ERR_SLAVE_DEFINED, i18n("Can not use TLS. Please enable TLS in the TDE cryptography setting.") );
disconnect();
return false;
}