diff options
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 78e6fc3eb..2a4f16143 100644 --- a/src/plugins/General/lyrics/lyricsfactory.cpp +++ b/src/plugins/General/lyrics/lyricsfactory.cpp @@ -50,7 +50,7 @@ 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("Writen by: Ilya Kotov <forkotov02@hotmail.ru>")); + tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")); } QTranslator *LyricsFactory::createTranslator(QObject *parent) |
