Add i18n comments for the acronym IR

This commit is contained in:
JosJuice
2017-04-08 13:27:17 +02:00
parent f41557b1c3
commit 254df247b1
6 changed files with 9 additions and 0 deletions

View File

@ -131,6 +131,7 @@ void TASInputDlg::CreateWiiLayout(int num)
m_controls[6] = &m_z_cont;
m_main_stick = CreateStick(ID_MAIN_STICK, 1024, 768, 512, 384, true, false);
// i18n: IR stands for infrared and refers to the pointer functionality of Wii Remotes
m_main_stick_szr = CreateStickLayout(&m_main_stick, _("IR"));
m_x_cont = CreateControl(wxSL_VERTICAL, -1, 100, false, 1023, 512);