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:
JosJuice 2017-07-01 16:40:07 +02:00
parent b5e19bb591
commit 0588a76830
1 changed files with 1 additions and 1 deletions

View File

@ -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"),