mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-13 13:41:27 +00:00
Fix grammar.
This commit is contained in:
parent
3af6ffab80
commit
f24425d86c
@ -33,7 +33,7 @@ wx_kax_analyzer_c::~wx_kax_analyzer_c() {
|
||||
|
||||
void
|
||||
wx_kax_analyzer_c::show_progress_start(int64_t) {
|
||||
m_prog_dlg = new wxProgressDialog(Z("Analysis is running"), Z("The Matroska file is analyzed."), 100, m_parent,
|
||||
m_prog_dlg = new wxProgressDialog(Z("Analysis is running"), Z("The file is being analyzed."), 100, m_parent,
|
||||
wxPD_AUTO_HIDE | wxPD_APP_MODAL | wxPD_CAN_ABORT | wxPD_REMAINING_TIME);
|
||||
|
||||
while (app->Pending())
|
||||
|
@ -91,7 +91,7 @@ run(options_cptr &options) {
|
||||
mxerror(boost::format("The file '%1%' could not be opened for reading and writing: %1.\n") % options->m_file_name % ex);
|
||||
}
|
||||
|
||||
mxinfo(Y("The file is analyzed.\n"));
|
||||
mxinfo(boost::format("%1%\n") % Y("The file is being analyzed."));
|
||||
|
||||
analyzer->set_show_progress(options->m_show_progress);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user