Spelling Unrecognised -> Unrecognized
This commit is contained in:
parent
82e5110733
commit
3d27dbdcbb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue