diff options
author | Darrell Anderson <darrella@clovermail.net> | 2015-01-27 17:31:42 -0600 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-28 09:05:13 +0900 |
commit | ed4336e670dc2aa0334ba91323493e033a2afee9 (patch) | |
tree | 68189786b798a312043b879ed0bb91bae152fb5a | |
parent | b6db0268928224504e68639a981a724623c7a85b (diff) | |
download | tdebase-ed4336e670dc2aa0334ba91323493e033a2afee9.tar.gz tdebase-ed4336e670dc2aa0334ba91323493e033a2afee9.zip |
Fix KDE->TDE branding in dialog messages.
Signed-off-by: Darrell Anderson <darrella@clovermail.net>
(cherry picked from commit ad2dc879b6b3dbeb127b8238b46760a325f74c52)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | tdeioslave/pop3/pop3.cc | 2 | ||||
-rw-r--r-- | tdeioslave/smtp/command.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/pop3/pop3.cc b/tdeioslave/pop3/pop3.cc index 7d5f914ad..f45f06d60 100644 --- a/tdeioslave/pop3/pop3.cc +++ b/tdeioslave/pop3/pop3.cc @@ -735,7 +735,7 @@ bool POP3Protocol::pop3_open() i18n("Your POP3 server claims to " "support TLS but negotiation " "was unsuccessful. You can " - "disable TLS in KDE using the " + "disable TLS in TDE using the " "crypto settings module.")); } closeConnection(); diff --git a/tdeioslave/smtp/command.cc b/tdeioslave/smtp/command.cc index eaab13fbd..41bd8d58c 100644 --- a/tdeioslave/smtp/command.cc +++ b/tdeioslave/smtp/command.cc @@ -186,7 +186,7 @@ static sasl_callback_t callbacks[] = { i18n("Your SMTP server claims to " "support TLS, but negotiation " "was unsuccessful.\nYou can " - "disable TLS in KDE using the " + "disable TLS in TDE using the " "crypto settings module."), i18n("Connection Failed")); return false; |