diff options
Diffstat (limited to 'src/input/pages/basic.cpp')
-rw-r--r-- | src/input/pages/basic.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/pages/basic.cpp b/src/input/pages/basic.cpp index c87ac56d9..d304098e6 100644 --- a/src/input/pages/basic.cpp +++ b/src/input/pages/basic.cpp @@ -133,6 +133,12 @@ SetupActionData setupActionDataBasic[] = }, { // TRANSLATORS: input action name + N_("Change targeting type"), + InputAction::CHANGE_TARGETING_TYPE, + "", + }, + { + // TRANSLATORS: input action name N_("Target pet"), InputAction::TARGET_PET, "", |