aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/trackchange/trackchangefactory.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-01-14 14:57:51 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-01-14 14:57:51 +0000
commit7595177448016e2001adb10eea69ef32d04f848e (patch)
tree2e23018168ce08663146a81a3f728caef7b5d945 /src/plugins/General/trackchange/trackchangefactory.cpp
parent383fcfab14046a28ff8f2c8d068452904435cf79 (diff)
downloadqmmp-7595177448016e2001adb10eea69ef32d04f848e.tar.gz
qmmp-7595177448016e2001adb10eea69ef32d04f848e.tar.bz2
qmmp-7595177448016e2001adb10eea69ef32d04f848e.zip
fixed typo
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3164 90c681e8-e032-0410-971d-27865f9a5e38
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>"));
}