mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Add i18n comments for the acronym IR
This commit is contained in:
parent
f41557b1c3
commit
254df247b1
6 changed files with 9 additions and 0 deletions
|
@ -111,6 +111,7 @@ void WiiConfigPane::InitializeGUI()
|
|||
wxGBPosition(0, 0), wxDefaultSpan, wxALIGN_CENTER_VERTICAL);
|
||||
bt_settings_grid_sizer->Add(m_bt_sensor_bar_pos, wxGBPosition(0, 1), wxDefaultSpan,
|
||||
wxALIGN_CENTER_VERTICAL);
|
||||
// i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes
|
||||
bt_settings_grid_sizer->Add(new wxStaticText(this, wxID_ANY, _("IR Sensitivity:")),
|
||||
wxGBPosition(1, 0), wxDefaultSpan, wxALIGN_CENTER_VERTICAL);
|
||||
bt_settings_grid_sizer->Add(bt_sensor_bar_pos_sizer, wxGBPosition(1, 1), wxDefaultSpan,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue