mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Mark strings added by PR #4461 for translation
Also fix the HKGP_FRANE_ADVANCE typo.
This commit is contained in:
parent
09c6148aba
commit
c0710d3593
5 changed files with 36 additions and 33 deletions
|
@ -61,7 +61,7 @@ WiimoteInputConfigDialog::WiimoteInputConfigDialog(wxWindow* const parent, Input
|
|||
|
||||
tab_general->SetSizerAndFit(general_options_sizer);
|
||||
|
||||
notebook->AddPage(tab_general, "General and Options");
|
||||
notebook->AddPage(tab_general, _("General and Options"));
|
||||
|
||||
// Motion Controls and IR
|
||||
auto* const tab_motion_controls_ir = new wxPanel(notebook);
|
||||
|
@ -95,7 +95,7 @@ WiimoteInputConfigDialog::WiimoteInputConfigDialog(wxWindow* const parent, Input
|
|||
|
||||
tab_motion_controls_ir->SetSizerAndFit(motion_controls_ir_sizer);
|
||||
|
||||
notebook->AddPage(tab_motion_controls_ir, "Motion Controls and IR");
|
||||
notebook->AddPage(tab_motion_controls_ir, _("Motion Controls and IR"));
|
||||
|
||||
notebook->SetSelection(0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue