diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-04-11 07:55:26 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-04-11 07:55:26 +0000 |
| commit | 6f0d664cc005283919a77b255ba1439b3108d468 (patch) | |
| tree | 77e61fbb99f3bb86320ec7ecf3b88abd57384ddb /src/ui/builtincommandlineoption.cpp | |
| parent | b6de71b1b562861fd9e7576a78991b94d9cd1cb7 (diff) | |
| download | qmmp-6f0d664cc005283919a77b255ba1439b3108d468.tar.gz qmmp-6f0d664cc005283919a77b255ba1439b3108d468.tar.bz2 qmmp-6f0d664cc005283919a77b255ba1439b3108d468.zip | |
updated Czech tranlation, fixed typos (patch by Karel Volný)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1666 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/builtincommandlineoption.cpp')
| -rw-r--r-- | src/ui/builtincommandlineoption.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/builtincommandlineoption.cpp b/src/ui/builtincommandlineoption.cpp index 25dee45e1..899dea2ad 100644 --- a/src/ui/builtincommandlineoption.cpp +++ b/src/ui/builtincommandlineoption.cpp @@ -59,7 +59,7 @@ const QString BuiltinCommandLineOption::helpString() const "-t, --play-pause "+tr("Pause if playing, play otherwise")+ "\n" "-s, --stop "+tr("Stop current song")+ "\n" + "-j, --jump-to-file "+tr("Display Jump to File dialog")+ "\n" + - "--volume <0..100> "+tr("Set playback volume (example: qmmp --volume 20") + "\n" + "--volume <0..100> "+tr("Set playback volume (example: qmmp --volume 20)") + "\n" "--next "+tr("Skip forward in playlist")+ "\n" + "--previous "+tr("Skip backwards in playlist")+"\n" + "--toggle-visibility "+tr("Show/hide application")+ "\n" + |
