mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Re-add i18n comments that were lost in the DolphinWX removal
This commit is contained in:
parent
e0cb56edb9
commit
fb6b31bba8
10 changed files with 38 additions and 3 deletions
|
@ -168,6 +168,7 @@ void WiiPane::CreateWiiRemoteSettings()
|
|||
m_wiimote_ir_sensor_position->addItem(tr("Bottom"));
|
||||
|
||||
// IR Sensitivity Slider
|
||||
// i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes
|
||||
m_wiimote_ir_sensitivity_label = new QLabel(tr("IR Sensitivity:"));
|
||||
m_wiimote_ir_sensitivity = new QSlider(Qt::Horizontal);
|
||||
m_wiimote_ir_sensitivity->setMinimum(4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue