diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-07-13 19:04:22 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-07-13 19:05:00 +0200 |
commit | 543cffbeac7f3c691e8a451920d9ee941daee07b (patch) | |
tree | 8063c072b3a7746a097d86a27e51db084b1f440b | |
parent | e0acaa2976b7c430ccadbb29715648eb065c08bd (diff) | |
download | tdelibs-543cffbeac7f3c691e8a451920d9ee941daee07b.tar.gz tdelibs-543cffbeac7f3c691e8a451920d9ee941daee07b.zip |
Fix small typo in prior commit.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e1ef15d04d1a3f5fcfb07bcf99c6647580b32b6f)
-rw-r--r-- | tdecore/tdeaboutdata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tdeaboutdata.cpp b/tdecore/tdeaboutdata.cpp index bf9a1756a..3a147842a 100644 --- a/tdecore/tdeaboutdata.cpp +++ b/tdecore/tdeaboutdata.cpp @@ -389,7 +389,7 @@ TDEAboutData::aboutTranslationTeam() "of the translation teams all over the world.</p>" "<p>For more information on TDE internationalization " "visit the <a href=\"https://wiki.trinitydesktop.org/" - "TDE_Weblate_Translation_Workspace\">TDE Weblate" + "TDE_Weblate_Translation_Workspace\">TDE Weblate " "Translation Workspace (TWTW)</a></p>" ); } |