summaryrefslogtreecommitdiffstats
path: root/tdeio
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-17 23:27:31 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-07-21 19:17:02 +0200
commitab1c971196c5b129e5c71544b16db5a016d69405 (patch)
treec782c3fa9d50d3f1c0566c64421e5ed108a980ed /tdeio
parent9a830d4d8b3c272ba17e3281c5812c8323492a3d (diff)
downloadtdelibs-ab1c971196c5b129e5c71544b16db5a016d69405.tar.gz
tdelibs-ab1c971196c5b129e5c71544b16db5a016d69405.zip
Fix remaining brandings in tdelibs and adopt to modern age.
Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 0e071064b91e64638e14f3756d477f9e2fd3317e)
Diffstat (limited to 'tdeio')
-rw-r--r--tdeio/kssl/ksslcertdlg.cc2
-rw-r--r--tdeio/tdeio/global.cpp9
2 files changed, 5 insertions, 6 deletions
diff --git a/tdeio/kssl/ksslcertdlg.cc b/tdeio/kssl/ksslcertdlg.cc
index 26550e715..a7344a6bd 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 QT_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 <a href=\"http://kde-apps.org/\">"
- "http://kde-apps.org/</a> and <a href=\"http://freshmeat.net/\">"
- "http://freshmeat.net/</a>." )
+ 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 <a href=\"https://mirror.git.trinitydesktop.org/cgit/\">"
+ "https://mirror.git.trinitydesktop.org/cgit/</a> or the repos for your distribution." )
<< sUpdate << sSysadmin;
break;