Change label

This commit is contained in:
Chris Pavlina 2016-01-15 20:58:14 -05:00 committed by Chris Pavlina
parent a16b2c6eba
commit 45a304ed1c
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public:
wxStaticText* inst_label = new wxStaticText( panel, wxID_ANY, wxEmptyString,
wxDefaultPosition, wxDefaultSize, wxALIGN_CENTRE_HORIZONTAL );
inst_label->SetLabelText( _( "Press a new hotkey, or press Esc to unset..." ) );
inst_label->SetLabelText( _( "Press a new hotkey, or press Esc to reset..." ) );
{
wxFont font = inst_label->GetFont();