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:
parent
f866562999
commit
856e0fa454
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user