aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2014-03-12 14:49:15 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2014-03-12 14:49:15 +0000
commitddf8cdc3821e437ea11f5e05cd7741c5224213c4 (patch)
treeb5fd6cf2ca1c743e939672e6bfdefda7017346f3 /src
parent4bdeafab8e4f072193e84808a5e197b5686f877e (diff)
downloadqmmp-ddf8cdc3821e437ea11f5e05cd7741c5224213c4.tar.gz
qmmp-ddf8cdc3821e437ea11f5e05cd7741c5224213c4.tar.bz2
qmmp-ddf8cdc3821e437ea11f5e05cd7741c5224213c4.zip
fixed help string
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4158 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
-rw-r--r--src/plugins/CommandLineOptions/UninstallOption/uninstalloption.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/CommandLineOptions/UninstallOption/uninstalloption.cpp b/src/plugins/CommandLineOptions/UninstallOption/uninstalloption.cpp
index f34f8f1fd..bc6d4f885 100644
--- a/src/plugins/CommandLineOptions/UninstallOption/uninstalloption.cpp
+++ b/src/plugins/CommandLineOptions/UninstallOption/uninstalloption.cpp
@@ -36,7 +36,7 @@ bool UninstallOption::identify(const QString &str) const
const QString UninstallOption::helpString() const
{
QString help;
- help += QString("--uninstall ") + tr("Restores the old file associations and cleans up the registry")
+ help += QString("--uninstall ") + tr("Restore the old file associations and clean up the registry")
+ "\n";
return help;
}