]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/intl.cpp
wxDataViewChoiceRenderer's editor control should have the same size as the cell.
[wxWidgets.git] / src / common / intl.cpp
index 14b2469f3eb0ac80323056a87bfa8d5ba1508053..575900d041359e90d91902d1f48b5a20627af2e4 100644 (file)
@@ -293,7 +293,7 @@ bool wxLocale::DoInit(const wxString& name,
 
     if ( m_pszOldLocale == NULL )
     {
-        wxLogError(_("locale '%s' can not be set."), szLocale);
+        wxLogError(_("locale '%s' cannot be set."), szLocale);
     }
 
     // the short name will be used to look for catalog files as well,