Update (c) year
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Cantata
|
||||
*
|
||||
* Copyright (c) 2011-2016 Craig Drummond <craig.p.drummond@gmail.com>
|
||||
* Copyright (c) 2011-2017 Craig Drummond <craig.p.drummond@gmail.com>
|
||||
*
|
||||
*/
|
||||
/*
|
||||
@@ -1133,7 +1133,7 @@ void MainWindow::showAboutDialog()
|
||||
{
|
||||
QMessageBox::about(this, i18nc("Qt-only", "About Cantata"),
|
||||
i18nc("Qt-only", "<b>Cantata %1</b><br/><br/>MPD client.<br/><br/>"
|
||||
"© 2011-2016 Craig Drummond<br/>Released under the <a href=\"http://www.gnu.org/licenses/gpl.html\">GPLv3</a>", PACKAGE_VERSION_STRING)+
|
||||
"© 2011-2017 Craig Drummond<br/>Released under the <a href=\"http://www.gnu.org/licenses/gpl.html\">GPLv3</a>", PACKAGE_VERSION_STRING)+
|
||||
QLatin1String("<br/><br/><i><small>")+i18n("Based upon <a href=\"http://lowblog.nl\">QtMPC</a> - © 2007-2010 The QtMPC Authors<br/>")+
|
||||
i18nc("Qt-only", "Context view backdrops courtesy of <a href=\"http://www.fanart.tv\">FanArt.tv</a>")+QLatin1String("<br/>")+
|
||||
i18nc("Qt-only", "Context view metadata courtesy of <a href=\"http://www.wikipedia.org\">Wikipedia</a> and <a href=\"http://www.last.fm\">Last.fm</a>")+
|
||||
|
||||
Reference in New Issue
Block a user