From 401c72bf7d5c81b7bd0b0d588b0320aed0884307 Mon Sep 17 00:00:00 2001 From: Arnaud Bienner Date: Wed, 28 Dec 2011 20:04:12 +0100 Subject: [PATCH] Update 'All the translators' URL with Transifex --- src/ui/about.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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:"));