mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
DolphinQt/TASInputWindow: Make 'Enable Controller Input' translatable.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user