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:
parent
cf2c3a9815
commit
80aecb2eec
@ -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") + " <<a href=\"https://translations.launchpad.net/clementine\">"
|
||||
"https://translations.launchpad.net/clementine</a>>");
|
||||
ret += QString("<br />" + tr("All the translators") + " <<a href=\"https://www.transifex.net/projects/p/clementine\">"
|
||||
"https://www.transifex.net/projects/p/clementine</a>>");
|
||||
|
||||
ret += QString("<br />%1</p>").arg(tr("...and all the Amarok contributors"));
|
||||
ret += QString("<p><b>%1</b>").arg(tr("And:"));
|
||||
|
Loading…
Reference in New Issue
Block a user