aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-03-07 09:07:15 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-03-07 09:07:15 +0000
commitd3358c8ace3df57cea403c3acf947ca39d109317 (patch)
tree35568eda15ce0d2f84b51090a91e2daf79dcf088 /src
parentb3932806d76d43914f3e53f7735488989848aadd (diff)
downloadqmmp-d3358c8ace3df57cea403c3acf947ca39d109317.tar.gz
qmmp-d3358c8ace3df57cea403c3acf947ca39d109317.tar.bz2
qmmp-d3358c8ace3df57cea403c3acf947ca39d109317.zip
fixed volume control description (Genghis Khan)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6163 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
-rw-r--r--src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.cpp b/src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.cpp
index 268cb6f21..eac1fb148 100644
--- a/src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.cpp
+++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2008-2013 by Ilya Kotov *
+ * Copyright (C) 2008-2016 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 by 5 steps")+"\n"
+ "--volume-dec " + tr("Decrease volume by 5 steps")+"\n"
);
}