diff options
Diffstat (limited to 'tdecore/tdeaboutdata.cpp')
-rw-r--r-- | tdecore/tdeaboutdata.cpp | 8 |
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>" ); } |