Fixed minor capitalization issue

This commit is contained in:
Steven V. 2014-10-09 16:59:58 -04:00
parent e315cd41a2
commit bcf8f8f0b2

View file

@ -490,7 +490,7 @@ wxString CFrame::GetMenuLabel(int Id)
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: