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 af8cfc23a..277ab451c 100644
--- a/src/plugins/General/trackchange/trackchangefactory.cpp
+++ b/src/plugins/General/trackchange/trackchangefactory.cpp
@@ -48,7 +48,7 @@ void TrackChangeFactory::showAbout(QWidget *parent)
{
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" +
+ tr("This plugin executes external command when current track is changed") + "\n" +
tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
}