From 88d03132306c114b497e49560c86831506c36262 Mon Sep 17 00:00:00 2001 From: Alayan-stk-2 Date: Sat, 15 Sep 2018 18:30:01 +0200 Subject: [PATCH] Fix comment --- src/states_screens/options_screen_device.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/states_screens/options_screen_device.cpp b/src/states_screens/options_screen_device.cpp index 35fb5b25a..ec372bd8c 100644 --- a/src/states_screens/options_screen_device.cpp +++ b/src/states_screens/options_screen_device.cpp @@ -112,9 +112,9 @@ void OptionsScreenDevice::init() input_manager->getDeviceManager()->getKeyboardAmount() > 1); label = (m_config->isEnabled() - ? //I18N: button to disable a gamepad configuration + ? //I18N: button to disable a keyboard configuration _("Disable Configuration") - : //I18N: button to enable a gamepad configuration + : //I18N: button to enable a keyboard configuration _("Enable Configuration")); }