aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/lyrics/lyricsfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/lyrics/lyricsfactory.cpp')
-rw-r--r--src/plugins/General/lyrics/lyricsfactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/lyrics/lyricsfactory.cpp b/src/plugins/General/lyrics/lyricsfactory.cpp
index eae2154b6..0ddfd6224 100644
--- a/src/plugins/General/lyrics/lyricsfactory.cpp
+++ b/src/plugins/General/lyrics/lyricsfactory.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -51,7 +51,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("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
+ tr("Written by: Ilya Kotov <forkotov02@ya.ru>"));
}
QTranslator *LyricsFactory::createTranslator(QObject *parent)