Spelling Unrecognised -> Unrecognized

This commit is contained in:
Seth Hillbrand
2018-03-09 09:43:54 -08:00
parent 82e5110733
commit 3d27dbdcbb
+1 -1
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;