1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-16 19:31:02 +01:00

Update 'All the translators' URL with Transifex

(cherry picked from commit 401c72bf7d)
This commit is contained in:
Arnaud Bienner 2011-12-28 20:04:12 +01:00 committed by David Sansome
parent cf2c3a9815
commit 80aecb2eec

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:"));