mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Merge pull request #1249 from Stevoisiak/capitalizationFix
Fixed minor capitalization issue
This commit is contained in:
commit
9d57cf59d3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue