Merge pull request #1249 from Stevoisiak/capitalizationFix

Fixed minor capitalization issue
This commit is contained in:
Lioncash 2014-10-09 17:24:01 -04:00
commit 9d57cf59d3

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: