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, 1 insertions, 1 deletions
diff --git a/src/plugins/General/trackchange/trackchangefactory.cpp b/src/plugins/General/trackchange/trackchangefactory.cpp
index f2d63b413..2a7acb48c 100644
--- a/src/plugins/General/trackchange/trackchangefactory.cpp
+++ b/src/plugins/General/trackchange/trackchangefactory.cpp
@@ -46,7 +46,7 @@ QDialog *TrackChangeFactory::createConfigDialog(QWidget *parent)
void TrackChangeFactory::showAbout(QWidget *parent)
{
- QMessageBox::about (parent, tr("About Song Change Plugin"),
+ QMessageBox::about (parent, tr("About Track Change Plugin"),
tr("Qmmp Track Change Plugin")+"\n"+
tr("This plugin executes external command when"
"current track is changed.") + "\n" +