Finish Menu Capitalization Fixes

This commit is contained in:
Pringo 2016-07-13 21:05:59 -07:00 committed by GitHub
commit 94353978ae
2 changed files with 18 additions and 18 deletions

View file

@ -495,11 +495,11 @@ wxString CFrame::GetMenuLabel(int Id)
break;
case HK_SAVE_STATE_SLOT_SELECTED:
Label = _("Save state to selected slot");
Label = _("Save State to Selected Slot");
break;
case HK_LOAD_STATE_SLOT_SELECTED:
Label = _("Load state from selected slot");
Label = _("Load State from Selected Slot");
break;
case HK_SELECT_STATE_SLOT_1: