diff options
Diffstat (limited to 'kioslaves/sieve')
-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; } |