From d702e2cbfb777184b12a2b232ddd6ab6112900cb Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 4 Nov 2019 14:33:07 +0000 Subject: updated copyright git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9096 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/lyrics/lyricsfactory.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/plugins/General/lyrics/lyricsfactory.cpp') 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 ")); + tr("Written by: Ilya Kotov ")+"\n"+ + tr("Based on Ultimate Lyrics script by Vladimir Brkic ") + ); } QString LyricsFactory::translation() const -- cgit v1.2.3-13-gbd6f