Display message typo corrected

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker 2004-12-28 00:31:41 +00:00
parent f866562999
commit 856e0fa454

View File

@ -1484,7 +1484,7 @@ void CeditorDlg::OnCommand(wxWindow& win, wxCommandEvent& WXUNUSED(event))
if (wxGetApp().Contact->GetDb()->Catalog(wxEmptyString, wxT("catalog.txt")))
wxMessageBox(wxT("The file 'catalog.txt' was created."));
else
wxMessageBox(wxT("Creation of the file 'catalog.txt' was failed."));
wxMessageBox(wxT("Creation of the file 'catalog.txt' failed."));
return;
}