mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
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