Unified an error message

This commit is contained in:
Zane U. Ji 2014-05-12 19:57:42 +08:00
parent 14ffcc8d23
commit c6ede89d19
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ const wxString &Dtd2Schema::convert ( const wxString &dtdFile )
}
catch ( const SAXParseException &e )
{
mErrors << wxString::Format ( _("Line %lld column %lld: %s[br]"),
mErrors << wxString::Format ( _("Error at ine %lld, column %lld: %s[br]"),
e.getLineNumber(), e.getColumnNumber(),
WrapXerces::toString ( e.getMessage() ).c_str() );
return mSchema;