aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/trackchange/trackchangefactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/trackchange/trackchangefactory.cpp')
-rw-r--r--src/plugins/General/trackchange/trackchangefactory.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/General/trackchange/trackchangefactory.cpp b/src/plugins/General/trackchange/trackchangefactory.cpp
index b7e68c614..ddb424ecb 100644
--- a/src/plugins/General/trackchange/trackchangefactory.cpp
+++ b/src/plugins/General/trackchange/trackchangefactory.cpp
@@ -49,6 +49,8 @@ void TrackChangeFactory::showAbout(QWidget *parent)
{
QMessageBox::about (parent, tr("About Song Change Plugin"),
tr("Qmmp Track Change Plugin")+"\n"+
+ tr("This plugin executes external command when"
+ "current track is changed.") + "\n" +
tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
}