From 19f31a74eb3a8d6d2ee541a72b40e9f1b7fce938 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 31 Jan 2005 15:03:36 +0000 Subject: [PATCH] Grammar! --- src/mmg/mmg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mmg/mmg.cpp b/src/mmg/mmg.cpp index 1db01f682..3be5933f0 100644 --- a/src/mmg/mmg.cpp +++ b/src/mmg/mmg.cpp @@ -1034,7 +1034,7 @@ mmg_dialog::on_run(wxCommandEvent &evt) { if (settings_page->cb_ask_before_overwriting->IsChecked() && wxFile::Exists(tc_output->GetValue()) && (wxMessageBox(wxT("The output file '") + tc_output->GetValue() + - wxT("' does already exists. Do you want to overwrite it?"), + wxT("' does already exist. Do you want to overwrite it?"), wxT("Overwrite existing file?"), wxYES_NO) != wxYES)) return; @@ -1627,7 +1627,7 @@ mmg_dialog::on_add_to_jobqueue(wxCommandEvent &evt) { return; line = wxT("The output file '") + tc_output->GetValue() + - wxT("' does already exists. Do you want to overwrite it?"); + wxT("' does already exist. Do you want to overwrite it?"); if (settings_page->cb_ask_before_overwriting->IsChecked() && wxFile::Exists(tc_output->GetValue()) && (wxMessageBox(break_line(line, 60), wxT("Overwrite existing file?"),