summaryrefslogtreecommitdiffstats
path: root/tdecore
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-12 00:36:34 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-07-13 14:39:15 +0900
commite0acaa2976b7c430ccadbb29715648eb065c08bd (patch)
tree404aed8cfe5280b839fb429f30d52935bdb2e52e /tdecore
parent5ccb1f4a21bc2b257eff75f3f7aa5952dc735ba9 (diff)
downloadtdelibs-e0acaa2976b7c430ccadbb29715648eb065c08bd.tar.gz
tdelibs-e0acaa2976b7c430ccadbb29715648eb065c08bd.zip
Update and promote new TDE websites, replace branding and do slight refactoring.
Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit e53c04d5d3f91cc4857d647d0a39c350a1c9eed7)
Diffstat (limited to 'tdecore')
-rw-r--r--tdecore/tdeaboutdata.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/tdecore/tdeaboutdata.cpp b/tdecore/tdeaboutdata.cpp
index d337db945..bf9a1756a 100644
--- a/tdecore/tdeaboutdata.cpp
+++ b/tdecore/tdeaboutdata.cpp
@@ -385,10 +385,12 @@ TQString
TDEAboutData::aboutTranslationTeam()
{
return i18n("replace this with information about your translation team",
- "<p>KDE is translated into many languages thanks to the work "
+ "<p>TDE is translated into many languages thanks to the work "
"of the translation teams all over the world.</p>"
- "<p>For more information on KDE internationalization "
- "visit <a href=\"http://l10n.kde.org\">http://l10n.kde.org</a></p>"
+ "<p>For more information on TDE internationalization "
+ "visit the <a href=\"https://wiki.trinitydesktop.org/"
+ "TDE_Weblate_Translation_Workspace\">TDE Weblate"
+ "Translation Workspace (TWTW)</a></p>"
);
}