aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/CommandLineOptions/IncDecVolumeOption
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/CommandLineOptions/IncDecVolumeOption')
-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"
);
}