From c154161f2bcdf0ad1b9b194464b0e2de3dc2c4c5 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 23 Jan 2012 18:47:15 +0000 Subject: fixed '--help' output git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2561 90c681e8-e032-0410-971d-27865f9a5e38 --- .../CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.cpp') diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.cpp b/src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.cpp index 5384bcb39..d34e53e56 100644 --- a/src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.cpp +++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2010 by Ilya Kotov * + * Copyright (C) 2008-2012 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -41,8 +41,8 @@ bool IncDecVolumeCommandLineOption::identify(const QString & str) const const QString IncDecVolumeCommandLineOption::helpString() const { return QString( - "--volume-inc " + tr("Increase volume with step 5")+"\n" - "--volume-dec " + tr("Decrease volume with step 5")+"\n" + "--volume-inc " + tr("Increase volume with step 5")+"\n" + "--volume-dec " + tr("Decrease volume with step 5")+"\n" ); } -- cgit v1.2.3-13-gbd6f