X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6235846c0c15bdbabe2809eef87e4e12d6137bd2..b404a8f3b072129c107c6d9a5e0f6f53cd34807b:/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; }