blob: a0db3e5c7f0449c7cb949383091212d6956475c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- tdelibs/tdecore/kaboutdata.cpp 2006-03-17 10:19:05.000000000 +0000
+++ tdelibs/tdecore/kaboutdata.cpp 2006-12-05 19:46:12.000000000 +0000
@@ -389,7 +389,7 @@
"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>"
- );
+ ) + i18n("<p>Debian includes additions and alterations to the KDE translation from <a href=\"https://translations.launchpad.net/\">Launchpad</a>.</p>");
}
TQString
|