1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 05:15:12 +00:00

Fix OSD, small misspelling.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1528 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2001-08-15 07:21:33 +00:00
parent 7c9f90aa51
commit 26543fef95

View File

@ -75,7 +75,7 @@ static int *sty;
double accum;
/* our version of the playmodes :) */
static char * osdmodes[] ={ "|>", "||", ">>", "[]" , ">>" };
static char * osdmodes[] ={ "|>", "||", "[]", "<<" , ">>" };
extern void mplayer_put_key(int code);
@ -277,7 +277,7 @@ init(uint32_t width, uint32_t height, uint32_t d_width,
"\t6 : brightness -\n"
"\t7 : brightness +\n"
"\n"
"All other keys are MPlayer standart\n"
"All other keys are MPlayer defaults.\n"
);