diff options
author | Chris <xchrisx@uber.space> | 2019-07-12 00:36:34 +0200 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2019-07-13 05:38:33 +0000 |
commit | e53c04d5d3f91cc4857d647d0a39c350a1c9eed7 (patch) | |
tree | d0db57f7d60eaaca6abb7a642fe54a6f6f0b86ca /tdecore/tdeaboutdata.cpp | |
parent | 894e9e5e87f9f315040ac8cf1d30f9ea34931df8 (diff) | |
download | tdelibs-e53c04d5d3f91cc4857d647d0a39c350a1c9eed7.tar.gz tdelibs-e53c04d5d3f91cc4857d647d0a39c350a1c9eed7.zip |
Update and promote new TDE websites, replace branding and do slight refactoring.
Signed-off-by: Chris <xchrisx@uber.space>
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>" ); } |