From 45a304ed1c9e5a6592179b0a14c2cba5d1f8764a Mon Sep 17 00:00:00 2001 From: Chris Pavlina Date: Fri, 15 Jan 2016 20:58:14 -0500 Subject: [PATCH] Change label --- common/widgets/widget_hotkey_list.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/widgets/widget_hotkey_list.cpp b/common/widgets/widget_hotkey_list.cpp index 96f6e75264..b64475900a 100644 --- a/common/widgets/widget_hotkey_list.cpp +++ b/common/widgets/widget_hotkey_list.cpp @@ -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();