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.
This commit is contained in:
JosJuice 2015-12-17 22:25:15 +01:00
parent 2ddf180ee8
commit b4b1844fe8
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ ControllerConfigDiag::ControllerConfigDiag(wxWindow* const parent)
_("TaruKonga (Bongos)"),
_("GBA"),
_("Keyboard"),
_("AM-Baseboard")
_("AM Baseboard")
}};
wxBoxSizer* const main_sizer = new wxBoxSizer(wxVERTICAL);