fix misspelled 'Modifed' -> 'Modified'
This commit is contained in:
parent
485f90f27a
commit
39e81b253b
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue