mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
Missing carriage return added.
This commit is contained in:
parent
20f268e728
commit
d2b002016d
475
po/zh_CN.po
475
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
476
po/zh_TW.po
476
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
@ -87,7 +87,7 @@ run(options_cptr &options) {
|
||||
analyzer->set_show_progress(options->m_show_progress);
|
||||
|
||||
if (!analyzer->process(options->m_parse_mode))
|
||||
mxerror(Y("This file could not be opened or parsed."));
|
||||
mxerror(Y("This file could not be opened or parsed.\n"));
|
||||
|
||||
options->find_elements(analyzer.get_object());
|
||||
options->validate();
|
||||
|
Loading…
Reference in New Issue
Block a user