diff options
author | Chris <xchrisx@uber.space> | 2019-07-17 23:27:31 +0200 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2019-07-21 17:13:47 +0000 |
commit | 0e071064b91e64638e14f3756d477f9e2fd3317e (patch) | |
tree | 11947b60cf01e720bbf5467d6a36a807f637aafc /tdeio | |
parent | eeb8782f05517d4cbcfb059ff855384dfd4c0383 (diff) | |
download | tdelibs-0e071064b91e64638e14f3756d477f9e2fd3317e.tar.gz tdelibs-0e071064b91e64638e14f3756d477f9e2fd3317e.zip |
Fix remaining brandings in tdelibs and adopt to modern age.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'tdeio')
-rw-r--r-- | tdeio/kssl/ksslcertdlg.cc | 2 | ||||
-rw-r--r-- | tdeio/tdeio/global.cpp | 9 |
2 files changed, 5 insertions, 6 deletions
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 <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; |