From bbef4ea22be7f28cc742cc807d681e041db72553 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Wed, 9 Sep 2020 11:04:46 +0200 Subject: [PATCH] Update keybindingmanager.cpp Fix tiny typo --- src/interaction/keybindingmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interaction/keybindingmanager.cpp b/src/interaction/keybindingmanager.cpp index aae26742b6..71d6d031e5 100644 --- a/src/interaction/keybindingmanager.cpp +++ b/src/interaction/keybindingmanager.cpp @@ -115,7 +115,7 @@ void KeybindingManager::bindKey(Key key, KeyModifier modifier, std::string luaCo if (isShift && isKeypad) { LWARNINGC( "bindKey", - "Windows does not support binding keys to Shift + Keyboard as it will " + "Windows does not support binding keys to Shift + Keypad as it will " "internally convert these into Home, End, etc, keys." ); }