summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/vo_aa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_aa.c b/libvo/vo_aa.c
index 18da299eda..c575de7260 100644
--- a/libvo/vo_aa.c
+++ b/libvo/vo_aa.c
@@ -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"
);