diff options
author | Darrell Anderson <darrella@clovermail.net> | 2015-01-27 17:31:42 -0600 |
---|---|---|
committer | Darrell Anderson <darrella@clovermail.net> | 2015-01-27 17:31:42 -0600 |
commit | ad2dc879b6b3dbeb127b8238b46760a325f74c52 (patch) | |
tree | 78e0483b5ebdfbed0cc0194e6aa6f9741c3e7641 | |
parent | e78559d9b2d9334c0b2c630a9da4a9e018849dce (diff) | |
download | tdebase-ad2dc879b6b3dbeb127b8238b46760a325f74c52.tar.gz tdebase-ad2dc879b6b3dbeb127b8238b46760a325f74c52.zip |
Signed-off-by: Darrell Anderson <darrella@clovermail.net>
Fix KDE->TDE branding in dialog messages.
-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; |