mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
Grammar!
This commit is contained in:
parent
f4365020f0
commit
a66797bffa
@ -442,8 +442,8 @@ parse_chapters(mm_text_io_c *in,
|
||||
return parse_xml_chapters(in, min_tc, max_tc, offset,
|
||||
exception_on_error);
|
||||
|
||||
throw error_c(mxsprintf("Unknown file format for '%s'. It does not "
|
||||
"contain a support chapter format.\n",
|
||||
throw error_c(mxsprintf("Unknown chapter file format in '%s'. It does not "
|
||||
"contain a supported chapter format.\n",
|
||||
in->get_file_name().c_str()));
|
||||
} catch (error_c e) {
|
||||
if (exception_on_error)
|
||||
|
Loading…
Reference in New Issue
Block a user