Fix grammar.

This commit is contained in:
Moritz Bunkus 2013-04-07 12:57:41 +02:00
parent 3af6ffab80
commit f24425d86c
2 changed files with 2 additions and 2 deletions

View File

@ -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())

View File

@ -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);