Commit 95640d3b authored by Christophe Mutricy's avatar Christophe Mutricy

Fix a i18n bug and update Slovak l10n

parent 6cefad9b
This diff is collapsed.
......@@ -375,7 +375,7 @@ static void RunInterface( intf_thread_t *p_intf )
text.psz_string = _("Add Interface");
var_Change( p_intf, "intf-add", VLC_VAR_SETTEXT, &text, NULL );
val.psz_string = "rc"; text.psz_string = "Console";
val.psz_string = "rc"; text.psz_string = _("Console");
var_Change( p_intf, "intf-add", VLC_VAR_ADDCHOICE, &val, &text );
val.psz_string = "telnet"; text.psz_string = _("Telnet Interface");
var_Change( p_intf, "intf-add", 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