Update 'All the translators' URL with Transifex

This commit is contained in:
Arnaud Bienner 2011-12-28 20:04:12 +01:00
parent eea2168caa
commit 401c72bf7d
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ QString About::MakeHtml() const {
foreach (const Person& person, thanks_to_)
ret += "<br />" + MakeHtml(person);
ret += QString("<br />" + tr("All the translators") + " &lt;<a href=\"https://translations.launchpad.net/clementine\">"
"https://translations.launchpad.net/clementine</a>&gt;");
ret += QString("<br />" + tr("All the translators") + " &lt;<a href=\"https://www.transifex.net/projects/p/clementine\">"
"https://www.transifex.net/projects/p/clementine</a>&gt;");
ret += QString("<br />%1</p>").arg(tr("...and all the Amarok contributors"));
ret += QString("<p><b>%1</b>").arg(tr("And:"));