summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeio/global.cpp
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-17 23:27:31 +0200
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2019-07-21 17:13:47 +0000
commit0e071064b91e64638e14f3756d477f9e2fd3317e (patch)
tree11947b60cf01e720bbf5467d6a36a807f637aafc /tdeio/tdeio/global.cpp
parenteeb8782f05517d4cbcfb059ff855384dfd4c0383 (diff)
downloadtdelibs-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/tdeio/global.cpp')
-rw-r--r--tdeio/tdeio/global.cpp9
1 files changed, 4 insertions, 5 deletions
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;