changeset 1527:187aa4b576a7

Fix OSD, small misspelling.
author atmos4
date Wed, 15 Aug 2001 07:21:33 +0000
parents 992ea40afb3b
children a444bd456fcc
files libvo/vo_aa.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_aa.c	Wed Aug 15 01:30:52 2001 +0000
+++ b/libvo/vo_aa.c	Wed Aug 15 07:21:33 2001 +0000
@@ -75,7 +75,7 @@
 double accum;
 
 /* our version of the playmodes :) */
-static char * osdmodes[] ={ "|>", "||", ">>", "[]" , ">>" };
+static char * osdmodes[] ={ "|>", "||", "[]", "<<" , ">>" };
 
 extern void mplayer_put_key(int code);
 
@@ -277,7 +277,7 @@
 		"\t6 : brightness -\n"
 		"\t7 : brightness +\n"
 		"\n"
-		"All other keys are MPlayer standart\n"
+		"All other keys are MPlayer defaults.\n"
 
 
 	  );