Spelling Unrecognised -> Unrecognized

This commit is contained in:
Seth Hillbrand 2018-03-08 21:34:57 -08:00
parent 82e5110733
commit 3d27dbdcbb
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ static bool validateNumberingTypeAndOffset( const wxTextCtrl& offsetEntry,
else
{
wxString err;
err.Printf( _("Unrecognised numbering scheme: %d"), typeVal );
err.Printf( _("Unrecognized numbering scheme: %d"), typeVal );
errors.Add( err );
// we can't proceed - we don't know the numbering type
return false;