diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:16:42 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:16:42 -0500 |
commit | 82bb5a6d637521ef5e8f1643a678bb58b0b81108 (patch) | |
tree | b1de0c5597b63cd24fd557a64896f7fffc66102e /kioslaves | |
parent | 3e8a711f8ddb6dc617498ec576e1c2f3a6a9bfb4 (diff) | |
download | tdepim-82bb5a6d637521ef5e8f1643a678bb58b0b81108.tar.gz tdepim-82bb5a6d637521ef5e8f1643a678bb58b0b81108.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kioslaves')
-rw-r--r-- | kioslaves/sieve/sieve.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslaves/sieve/sieve.cpp b/kioslaves/sieve/sieve.cpp index 8cba6a50c..8132834a0 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; } |