X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6235846c0c15bdbabe2809eef87e4e12d6137bd2..abd474ea63667f727940a009cc3e0b23ba9f418f:/src/common/filefn.cpp diff --git a/src/common/filefn.cpp b/src/common/filefn.cpp index 3fe29bbe8b..d7ed0b83fd 100644 --- a/src/common/filefn.cpp +++ b/src/common/filefn.cpp @@ -1345,7 +1345,7 @@ wxString wxFindFirstFile(const wxString& spec, int flags) if ( !gs_dir->IsOpened() ) { - wxLogSysError(_("Can not enumerate files '%s'"), spec); + wxLogSysError(_("Cannot enumerate files '%s'"), spec); return wxEmptyString; }