]> git.sesse.net Git - vlc/commitdiff
* fixed a typo
authorFelix Paul Kühne <fkuehne@videolan.org>
Fri, 16 Apr 2004 15:25:35 +0000 (15:25 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Fri, 16 Apr 2004 15:25:35 +0000 (15:25 +0000)
src/video_output/vout_intf.c

index 2e290dbac3c86493e6204f12ab24a0a9203ff0ae..784103b1a6ec8bc97f5afc71e7efbecba96015a5 100644 (file)
@@ -159,7 +159,7 @@ void vout_IntfInit( vout_thread_t *p_vout )
         var_Change( p_vout, "zoom", VLC_VAR_DELCHOICE, &old_val, NULL );
     }
 
-    val.f_float = 0.25; text.psz_string = _("1:4 Quater");
+    val.f_float = 0.25; text.psz_string = _("1:4 Quarter");
     var_Change( p_vout, "zoom", VLC_VAR_ADDCHOICE, &val, &text );
     val.f_float = 0.5; text.psz_string = _("1:2 Half");
     var_Change( p_vout, "zoom", VLC_VAR_ADDCHOICE, &val, &text );