DolphinQt/TASInputWindow: Make 'Enable Controller Input' translatable.
This commit is contained in:
parent
3441fe6efc
commit
b3902397cb
|
@ -50,7 +50,7 @@ TASInputWindow::TASInputWindow(QWidget* parent) : QDialog(parent)
|
|||
|
||||
QGridLayout* settings_layout = new QGridLayout;
|
||||
|
||||
m_use_controller = new QCheckBox(QStringLiteral("Enable Controller Inpu&t"));
|
||||
m_use_controller = new QCheckBox(tr("Enable Controller Inpu&t"));
|
||||
m_use_controller->setToolTip(tr("Warning: Analog inputs may reset to controller values at "
|
||||
"random. In some cases this can be fixed by adding a deadzone."));
|
||||
settings_layout->addWidget(m_use_controller, 0, 0, 1, 2);
|
||||
|
|
Loading…
Reference in New Issue