mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-09 14:15:49 +00:00
Fixed minor capitalization issue
This commit is contained in:
parent
e315cd41a2
commit
bcf8f8f0b2
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user