diff options
Diffstat (limited to 'src/input/pages/windows.cpp')
-rw-r--r-- | src/input/pages/windows.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/input/pages/windows.cpp b/src/input/pages/windows.cpp index 32fc18c49..0bde9cb9e 100644 --- a/src/input/pages/windows.cpp +++ b/src/input/pages/windows.cpp @@ -224,6 +224,18 @@ SetupActionData setupActionDataWindows[] = "", }, { + // TRANSLATORS: input action name + N_("Previous inventory tab"), + InputAction::PREV_INV_TAB, + "", + }, + { + // TRANSLATORS: input action name + N_("Next inventory tab"), + InputAction::NEXT_INV_TAB, + "", + }, + { "", InputAction::NO_VALUE, "" |