Commit 2265c8f1 authored by Antoine Cellerier's avatar Antoine Cellerier

Help should be localized.

parent 855b6086
......@@ -1275,7 +1275,7 @@ static int GetFilenames( libvlc_int_t *p_vlc, int i_argc, const char *ppsz_argv[
static inline void print_help_on_full_help( void )
{
utf8_fprintf( stdout, "\n" );
utf8_fprintf( stdout, "To get exhaustive help, use '-H'.\n" );
utf8_fprintf( stdout, "%s\n", _("To get exhaustive help, use '-H'.") );
}
static void Help( libvlc_int_t *p_this, char const *psz_help_name )
......
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