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 13b3a770c..c4b0db2d3 100644 --- a/src/input/pages/basic.cpp +++ b/src/input/pages/basic.cpp @@ -236,6 +236,12 @@ SetupActionData setupActionDataBasic[] = "", }, { + // TRANSLATORS: input action name + N_("Open context menu"), + InputAction::CONTEXT_MENU, + "", + }, + { "", InputAction::NO_VALUE, "" |