From 0588a768304a3d614acca7f971312b5d663e72be Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sat, 1 Jul 2017 16:40:07 +0200 Subject: [PATCH] DolphinWX: Fix inconsistent region name for online system update This was inconsistent with the other three regions and with DolphinQt2. --- Source/Core/DolphinWX/MainMenuBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/MainMenuBar.cpp b/Source/Core/DolphinWX/MainMenuBar.cpp index a9324565d1..71504bf5be 100644 --- a/Source/Core/DolphinWX/MainMenuBar.cpp +++ b/Source/Core/DolphinWX/MainMenuBar.cpp @@ -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"),