mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 14:27:42 +00:00
make update-po
This commit is contained in:
parent
33b2709507
commit
d1ff30be1c
432
po/zh_CN.po
432
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
431
po/zh_TW.po
431
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
@ -1033,7 +1033,7 @@ parse_arg_compression(const std::string &s,
|
||||
#endif
|
||||
|
||||
if (ti.m_compression_list[id] == COMPRESSION_UNSPECIFIED)
|
||||
mxerror(boost::format(Y("'%1%' is an unsupported argument for --compression. Available compression methods are: %1%\n")) % s % join(", ", available_compression_methods));
|
||||
mxerror(boost::format(Y("'%1%' is an unsupported argument for --compression. Available compression methods are: %2%\n")) % s % join(", ", available_compression_methods));
|
||||
}
|
||||
|
||||
/** \brief Parse the argument for a couple of options
|
||||
|
Loading…
Reference in New Issue
Block a user