]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/db/dbtest.cpp
Display message typo corrected
[wxWidgets.git] / samples / db / dbtest.cpp
index c999c7019cbd286c3c22d321ce6b3be5792f8df5..56254c6a8f0ec21006fa665130e63322aed0f090 100644 (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;
     }