From b4b1844fe8f813912489c5a1de925b62e6581e11 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Thu, 17 Dec 2015 22:25:15 +0100 Subject: [PATCH] DolphinWX: Change "AM-Baseboard" string to "AM Baseboard" It's so that the string in ControllerConfigDiag will match the string in GameCubeConfigPane. Right now, it unnecessarily appears twice in the list of strings to translate. --- Source/Core/DolphinWX/ControllerConfigDiag.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/ControllerConfigDiag.cpp b/Source/Core/DolphinWX/ControllerConfigDiag.cpp index 1bf80dcc57..149247dd81 100644 --- a/Source/Core/DolphinWX/ControllerConfigDiag.cpp +++ b/Source/Core/DolphinWX/ControllerConfigDiag.cpp @@ -51,7 +51,7 @@ ControllerConfigDiag::ControllerConfigDiag(wxWindow* const parent) _("TaruKonga (Bongos)"), _("GBA"), _("Keyboard"), - _("AM-Baseboard") + _("AM Baseboard") }}; wxBoxSizer* const main_sizer = new wxBoxSizer(wxVERTICAL);