mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Merge pull request #1249 from Stevoisiak/capitalizationFix
Fixed minor capitalization issue
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user