aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/lyrics/lyricsfactory.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-11-04 14:33:07 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-11-04 14:33:07 +0000
commitd702e2cbfb777184b12a2b232ddd6ab6112900cb (patch)
tree540bf4f55cffb3a781e6b8562fa3a6ae50c707bc /src/plugins/General/lyrics/lyricsfactory.cpp
parentf80b033223797f3f71e8dd465b4d25aae1b5bf05 (diff)
downloadqmmp-d702e2cbfb777184b12a2b232ddd6ab6112900cb.tar.gz
qmmp-d702e2cbfb777184b12a2b232ddd6ab6112900cb.tar.bz2
qmmp-d702e2cbfb777184b12a2b232ddd6ab6112900cb.zip
updated copyright
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9096 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/lyrics/lyricsfactory.cpp')
-rw-r--r--src/plugins/General/lyrics/lyricsfactory.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/General/lyrics/lyricsfactory.cpp b/src/plugins/General/lyrics/lyricsfactory.cpp
index be8b2fee5..83101007e 100644
--- a/src/plugins/General/lyrics/lyricsfactory.cpp
+++ b/src/plugins/General/lyrics/lyricsfactory.cpp
@@ -49,7 +49,9 @@ void LyricsFactory::showAbout(QWidget *parent)
QMessageBox::about (parent, tr("About Lyrics Plugin"),
tr("Qmmp Lyrics Plugin")+"\n"+
tr("This plugin retrieves lyrics from LyricWiki")+"\n"+
- tr("Written by: Ilya Kotov <forkotov02@ya.ru>"));
+ tr("Written by: Ilya Kotov <forkotov02@ya.ru>")+"\n"+
+ tr("Based on Ultimate Lyrics script by Vladimir Brkic <vladimir_brkic@yahoo.com>")
+ );
}
QString LyricsFactory::translation() const