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.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/General/trackchange/trackchangefactory.cpp b/src/plugins/General/trackchange/trackchangefactory.cpp
index 2a7acb48c..af8cfc23a 100644
--- a/src/plugins/General/trackchange/trackchangefactory.cpp
+++ b/src/plugins/General/trackchange/trackchangefactory.cpp
@@ -48,8 +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>"));
}