Commit 7773eb4c authored by Felix Paul Kühne's avatar Felix Paul Kühne

* fixed a typo

parent 7893510d
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment