From ddf8cdc3821e437ea11f5e05cd7741c5224213c4 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 12 Mar 2014 14:49:15 +0000 Subject: fixed help string git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4158 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/CommandLineOptions/UninstallOption/uninstalloption.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.3-13-gbd6f