summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-18 19:56:57 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-18 19:56:57 +0000
commitff1425075d3cff94d49ee06f3f253211b234a1ed (patch)
treea1d14df97091a25095a568c315aef74f9d72a434 /help
parentf7e307ee4d8600edf82a9a20d28d11453480641f (diff)
downloadmpv-ff1425075d3cff94d49ee06f3f253211b234a1ed.tar.bz2
mpv-ff1425075d3cff94d49ee06f3f253211b234a1ed.tar.xz
Embarassing goofs in the basic key sections that nobody noticed for ages
until Paul TT < paultt == at == hackerjournal == dot == it > came along. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16795 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index d94ea751fb..799fd2bfba 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -38,15 +38,15 @@ static char help_text[]=
"\n"
"Basic keys: (complete list in the man page, also check input.conf)\n"
" <- or -> seek backward/forward 10 seconds\n"
-" up or down seek backward/forward 1 minute\n"
-" pgup or pgdown seek backward/forward 10 minutes\n"
+" down or up seek backward/forward 1 minute\n"
+" pgdown or pgup seek backward/forward 10 minutes\n"
" < or > step backward/forward in playlist\n"
" p or SPACE pause movie (press any key to continue)\n"
" q or ESC stop playing and quit program\n"
" + or - adjust audio delay by +/- 0.1 second\n"
" o cycle OSD mode: none / seekbar / seekbar + timer\n"
" * or / increase or decrease PCM volume\n"
-" z or x adjust subtitle delay by +/- 0.1 second\n"
+" x or z adjust subtitle delay by +/- 0.1 second\n"
" r or t adjust subtitle position up/down, also see -vf expand\n"
"\n"
" * * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *\n"