Fix comment
This commit is contained in:
parent
19ba899afd
commit
88d0313230
@ -112,9 +112,9 @@ void OptionsScreenDevice::init()
|
|||||||
input_manager->getDeviceManager()->getKeyboardAmount() > 1);
|
input_manager->getDeviceManager()->getKeyboardAmount() > 1);
|
||||||
|
|
||||||
label = (m_config->isEnabled()
|
label = (m_config->isEnabled()
|
||||||
? //I18N: button to disable a gamepad configuration
|
? //I18N: button to disable a keyboard configuration
|
||||||
_("Disable Configuration")
|
_("Disable Configuration")
|
||||||
: //I18N: button to enable a gamepad configuration
|
: //I18N: button to enable a keyboard configuration
|
||||||
_("Enable Configuration"));
|
_("Enable Configuration"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user