This commit is contained in:
Werner Macho 2021-12-15 11:41:12 +01:00
parent cb1c7b0147
commit 12551417c9
1 changed files with 1 additions and 1 deletions

View File

@ -3980,7 +3980,7 @@ void MyFrame::OnCreateSchema ( wxCommandEvent& event )
getRawText ( doc, rawBufferUtf8 );
const static wxString types[] = { _ ( "W3C Schema" ), _ ( "DTD" ) };
const static wxString message = _ ( "Please choose a shema type");
const static wxString message = _ ( "Please choose a schema type");
wxSingleChoiceDialog dlg ( this, message, _ ( "Schema type" ),
( int ) sizeof ( types ) / sizeof ( types[0] ), types );
int ret = dlg.ShowModal();