mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-05 21:39:39 -06:00
DolphinQt/TASInputWindow: Make 'Enable Controller Input' translatable.
This commit is contained in:

committed by
Admiral H. Curtiss

parent
3441fe6efc
commit
b3902397cb
@ -50,7 +50,7 @@ TASInputWindow::TASInputWindow(QWidget* parent) : QDialog(parent)
|
|||||||
|
|
||||||
QGridLayout* settings_layout = new QGridLayout;
|
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 "
|
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."));
|
"random. In some cases this can be fixed by adding a deadzone."));
|
||||||
settings_layout->addWidget(m_use_controller, 0, 0, 1, 2);
|
settings_layout->addWidget(m_use_controller, 0, 0, 1, 2);
|
||||||
|
Reference in New Issue
Block a user