diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-02-11 17:54:30 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-02-11 17:54:30 +0000 |
| commit | 0be0875550b04d456f7500134d4a8041df47f314 (patch) | |
| tree | 72c790d3c50819f3f05e1652a7cec7f8d63e962d /src/plugins/General/lyrics/lyricsfactory.cpp | |
| parent | 6bfed62f1ec17c70703efa6b86067e57cc97e41c (diff) | |
| download | qmmp-0be0875550b04d456f7500134d4a8041df47f314.tar.gz qmmp-0be0875550b04d456f7500134d4a8041df47f314.tar.bz2 qmmp-0be0875550b04d456f7500134d4a8041df47f314.zip | |
fixed lyrics plugin description
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2049 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/lyrics/lyricsfactory.cpp')
| -rw-r--r-- | src/plugins/General/lyrics/lyricsfactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/lyrics/lyricsfactory.cpp b/src/plugins/General/lyrics/lyricsfactory.cpp index 577484a32..78e6fc3eb 100644 --- a/src/plugins/General/lyrics/lyricsfactory.cpp +++ b/src/plugins/General/lyrics/lyricsfactory.cpp @@ -49,7 +49,7 @@ void LyricsFactory::showAbout(QWidget *parent) { QMessageBox::about (parent, tr("About Lyrics Plugin"), tr("Qmmp Lyrics Plugin")+"\n"+ - tr("This plugin retrieves lyrics from lyricsplugin.com")+"\n"+ + tr("This plugin retrieves lyrics from LyricWiki")+"\n"+ tr("Writen by: Ilya Kotov <forkotov02@hotmail.ru>")); } |
