aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/songchange/songchangefactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/songchange/songchangefactory.cpp')
-rw-r--r--src/plugins/General/songchange/songchangefactory.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/General/songchange/songchangefactory.cpp b/src/plugins/General/songchange/songchangefactory.cpp
index 5f6a65c51..e85e665d2 100644
--- a/src/plugins/General/songchange/songchangefactory.cpp
+++ b/src/plugins/General/songchange/songchangefactory.cpp
@@ -47,9 +47,9 @@ QDialog *SongChangeFactory::createConfigDialog(QWidget *parent)
void SongChangeFactory::showAbout(QWidget *parent)
{
- /*QMessageBox::about (parent, tr("About File Operations Plugin"),
- tr("Qmmp File Operations Plugin")+"\n"+
- tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));*/
+ QMessageBox::about (parent, tr("About Song Change Plugin"),
+ tr("Qmmp Song Change Plugin")+"\n"+
+ tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
}
QTranslator *SongChangeFactory::createTranslator(QObject *parent)