diff --git a/src/ui/about.cpp b/src/ui/about.cpp index 5085c131e..4b42963ce 100644 --- a/src/ui/about.cpp +++ b/src/ui/about.cpp @@ -70,8 +70,8 @@ QString About::MakeHtml() const { foreach (const Person& person, thanks_to_) ret += "
" + MakeHtml(person); - ret += QString("
" + tr("All the translators") + " <" - "https://translations.launchpad.net/clementine>"); + ret += QString("
" + tr("All the translators") + " <" + "https://www.transifex.net/projects/p/clementine>"); ret += QString("
%1

").arg(tr("...and all the Amarok contributors")); ret += QString("

%1").arg(tr("And:"));