]> git.sesse.net Git - vlc/commitdiff
Translate Console.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 30 Jul 2008 21:34:54 +0000 (14:34 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 30 Jul 2008 21:34:54 +0000 (14:34 -0700)
src/interface/interface.c

index 5b2d392af373be0de4b5907ef0ac3e1edaeed949..e6349841b568db19c93ca4c365fdab7a64e85b5d 100644 (file)
@@ -204,7 +204,8 @@ 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 = (char *)"rc"; text.psz_string = (char *)"Console";
+    val.psz_string = (char *)"rc";
+    text.psz_string = (char *)_("Console");
     var_Change( p_intf, "intf-add", VLC_VAR_ADDCHOICE, &val, &text );
     val.psz_string = (char *)"telnet";
     text.psz_string = (char *)_("Telnet Interface");