mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 14:46:49 +01:00
DolphinWX: Fix inconsistent region name for online system update
This was inconsistent with the other three regions and with DolphinQt2.
This commit is contained in:
parent
b5e19bb591
commit
0588a76830
@ -240,7 +240,7 @@ wxMenu* MainMenuBar::CreateToolsMenu() const
|
||||
online_update_menu->AppendSeparator();
|
||||
online_update_menu->Append(IDM_PERFORM_ONLINE_UPDATE_EUR, _("Europe"));
|
||||
online_update_menu->Append(IDM_PERFORM_ONLINE_UPDATE_JPN, _("Japan"));
|
||||
online_update_menu->Append(IDM_PERFORM_ONLINE_UPDATE_KOR, _("Korean"));
|
||||
online_update_menu->Append(IDM_PERFORM_ONLINE_UPDATE_KOR, _("Korea"));
|
||||
online_update_menu->Append(IDM_PERFORM_ONLINE_UPDATE_USA, _("United States"));
|
||||
tools_menu->AppendSubMenu(
|
||||
online_update_menu, _("Perform Online System Update"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user