Commit f81198e7 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

string: missing space

parent f4ad8d4d
......@@ -1846,11 +1846,11 @@ static void Usage( libvlc_int_t *p_this, char const *psz_search )
{
if( b_color )
utf8_fprintf( stdout, "\n" WHITE "%s" GRAY "\n",
_( "No matching module found. Use --list or" \
_( "No matching module found. Use --list or " \
"--list-verbose to list available modules." ) );
else
utf8_fprintf( stdout, "\n%s\n",
_( "No matching module found. Use --list or" \
_( "No matching module found. Use --list or " \
"--list-verbose to list available modules." ) );
}
......
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