diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-03-12 14:49:15 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-03-12 14:49:15 +0000 |
| commit | ddf8cdc3821e437ea11f5e05cd7741c5224213c4 (patch) | |
| tree | b5fd6cf2ca1c743e939672e6bfdefda7017346f3 /src | |
| parent | 4bdeafab8e4f072193e84808a5e197b5686f877e (diff) | |
| download | qmmp-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.cpp | 2 |
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; } |
