diff options
Diffstat (limited to 'src/plugins/CommandLineOptions/SeekOption/seekoption.cpp')
| -rw-r--r-- | src/plugins/CommandLineOptions/SeekOption/seekoption.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/CommandLineOptions/SeekOption/seekoption.cpp b/src/plugins/CommandLineOptions/SeekOption/seekoption.cpp index e8dbacd30..59382bdea 100644 --- a/src/plugins/CommandLineOptions/SeekOption/seekoption.cpp +++ b/src/plugins/CommandLineOptions/SeekOption/seekoption.cpp @@ -35,9 +35,9 @@ bool SeekOption::identify(const QString &str) const const QString SeekOption::helpString() const { QString help; - help += QString("--seek <time> ") + tr("Seek to position in the current track") + "\n"; - help += QString("--seek-fwd <time> ") + tr("Seek forward") + "\n"; - help += QString("--seek-bwd <time> ") + tr("Seek backwards") + "\n"; + help += QString("--seek <time> ") + tr("Seek to position in the current track") + "\n"; + help += QString("--seek-fwd <time> ") + tr("Seek forward") + "\n"; + help += QString("--seek-bwd <time> ") + tr("Seek backwards") + "\n"; return help; } |
