diff libvo/vo_svga.c @ 18335:5766a9d21992

Rename some misspelled and misnamed messages.
author diego
date Fri, 28 Apr 2006 23:06:42 +0000
parents a107276371a8
children a943bc3f26c8
line wrap: on
line diff
--- a/libvo/vo_svga.c	Fri Apr 28 21:37:01 2006 +0000
+++ b/libvo/vo_svga.c	Fri Apr 28 23:06:42 2006 +0000
@@ -496,7 +496,7 @@
   }
   if(mode_capabilities&CAP_ACCEL_PUTIMAGE){
     mp_msg(MSGT_VO,MSGL_INFO, MSGTR_LIBVO_SVGA_VideoModeHasHardwareAcceleration);
-    mp_msg(MSGT_VO,MSGL_INFO, MSGTR_LIBVO_SVGA_IfItWorksForYouIWouldLineToKnow);
+    mp_msg(MSGT_VO,MSGL_INFO, MSGTR_LIBVO_SVGA_IfItWorksForYouIWouldLikeToKnow);
   }
   
 //here is the place to handle strides for accel_ modes;