X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fdvb%2Faccess.c;h=d08a7a2dedfd530eca44e4af136b0076acc245d9;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=c3886bd739c39c402ebf58613c7ca4227ff7f37c;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/access/dvb/access.c b/modules/access/dvb/access.c index c3886bd739..d08a7a2ded 100644 --- a/modules/access/dvb/access.c +++ b/modules/access/dvb/access.c @@ -723,7 +723,7 @@ static int ParseMRL( access_t *p_access ) { msg_Err( p_access, "the DVB input old syntax is deprecated, use vlc " "-p dvb to see an explanation of the new syntax" ); - intf_UserFatal( p_access, VLC_TRUE, _("Input syntax is deprecated"), + intf_UserFatal( p_access, VLC_TRUE, _("Input syntax is deprecated"), _("The given syntax is deprecated. Run \"vlc -p dvb\" to see an " \ "explanation of the new syntax.") ); free( psz_dup ); @@ -770,7 +770,7 @@ static int ParseMRL( access_t *p_access ) else { msg_Err( p_access, "illegal polarization %c", *psz_parser ); - intf_UserFatal( p_access, VLC_FALSE, _("Illegal Polarization"), + intf_UserFatal( p_access, VLC_FALSE, _("Illegal Polarization"), _("The provided polarization \"%c\" is not valid."), *psz_parser ); free( psz_dup );