Branch: master

ad2dc879 2015-01-27 17:31:42 Darrell Anderson
Signed-off-by: Darrell Anderson <darrella@...>

Fix KDE->TDE branding in dialog messages.
M tdeioslave/pop3/pop3.cc
M tdeioslave/smtp/command.cc
diff --git a/tdeioslave/pop3/pop3.cc b/tdeioslave/pop3/pop3.cc
index 7d5f914..f45f06d 100644
--- a/tdeioslave/pop3/pop3.cc
+++ b/tdeioslave/pop3/pop3.cc
@@ -735,7 +735,7 @@
                 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 eaab13f..41bd8d5 100644
--- a/tdeioslave/smtp/command.cc
+++ b/tdeioslave/smtp/command.cc
@@ -186,7 +186,7 @@
 			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;