From 0e071064b91e64638e14f3756d477f9e2fd3317e Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 17 Jul 2019 23:27:31 +0200 Subject: Fix remaining brandings in tdelibs and adopt to modern age. Signed-off-by: Chris --- tdeio/kssl/ksslcertdlg.cc | 2 +- tdeio/tdeio/global.cpp | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'tdeio') diff --git a/tdeio/kssl/ksslcertdlg.cc b/tdeio/kssl/ksslcertdlg.cc index 53904f10d..7431d4c0a 100644 --- a/tdeio/kssl/ksslcertdlg.cc +++ b/tdeio/kssl/ksslcertdlg.cc @@ -81,7 +81,7 @@ KSSLCertDlg::KSSLCertDlg(TQWidget *parent, const char *name, bool modal) connect(d->p_pb_dontsend, TQT_SIGNAL(clicked()), TQT_SLOT(slotDont())); #ifndef TQT_NO_WIDGET_TOPEXTRA - setCaption(i18n("KDE SSL Certificate Dialog")); + setCaption(i18n("TDE SSL Certificate Dialog")); #endif } diff --git a/tdeio/tdeio/global.cpp b/tdeio/tdeio/global.cpp index 4a5819bad..ff51ac19c 100644 --- a/tdeio/tdeio/global.cpp +++ b/tdeio/tdeio/global.cpp @@ -688,11 +688,10 @@ TDEIO_EXPORT TQByteArray TDEIO::rawErrorDetail(int errorCode, const TQString &er causes << i18n( "The requested protocol may not be supported." ) << i18n( "The versions of the %1 protocol supported by this computer and " "the server may be incompatible." ).arg( protocol ); - solutions << i18n( "You may perform a search on the Internet for a TDE " - "program (called a tdeioslave or ioslave) which supports this protocol. " - "Places to search include " - "http://kde-apps.org/ and " - "http://freshmeat.net/." ) + solutions << i18n( "You may perform a search on the Trinity website for a TDE " + "program (called a tdeioslave, ioslave or tdeio) which supports this protocol. " + "Places to search include " + "https://mirror.git.trinitydesktop.org/cgit/ or the repos for your distribution." ) << sUpdate << sSysadmin; break; -- cgit v1.2.1