fix misspelled 'Modifed' -> 'Modified'

This commit is contained in:
Carsten Schoenert 2018-02-25 13:17:22 +01:00 committed by Wayne Stambaugh
parent 485f90f27a
commit 39e81b253b
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ void DIALOG_DIMENSION_EDITOR::OnOKClick( wxCommandEvent& event )
m_parent->Refresh(); m_parent->Refresh();
#endif #endif
commit.Push( _( "Modifed dimensions properties" ) ); commit.Push( _( "Modified dimensions properties" ) );
event.Skip(); // ends returning wxID_OK (default behavior) event.Skip(); // ends returning wxID_OK (default behavior)
} }