From fae96f00de5b296f2fbc973afd1d6664c8fa9400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bara?= Date: Sun, 23 Jan 2011 11:58:35 +0000 Subject: [PATCH] thanks to translators in 'about' dialog --- src/ui/about.cpp | 4 +++- src/ui/about.ui | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/ui/about.cpp b/src/ui/about.cpp index d00165fdd..bccb7d764 100644 --- a/src/ui/about.cpp +++ b/src/ui/about.cpp @@ -39,7 +39,7 @@ About::About(QWidget *parent) authors_ << Person("David Sansome", "me@davidsansome.com") << Person("John Maguire", "john.maguire@gmail.com") - << Person("Keiran", "keirangtp@gmail.com"); + << Person(QString::fromUtf8("Paweł Bara"), "keirangtp@gmail.com"); thanks_to_ << Person("Mark Kretschmann", "kretschmann@kde.org") << Person("Max Howell", "max.howell@methylblue.com") << Person(QString::fromUtf8("Bartłomiej Burdukiewicz"), "dev.strikeu@gmail.com") @@ -68,6 +68,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("
%1

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

%1").arg(tr("And:")); diff --git a/src/ui/about.ui b/src/ui/about.ui index 955b96910..b3a85cf61 100644 --- a/src/ui/about.ui +++ b/src/ui/about.ui @@ -6,8 +6,8 @@ 0 0 - 488 - 415 + 652 + 470