diff options
-rw-r--r-- | src/input/pages/windows.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/input/pages/windows.cpp b/src/input/pages/windows.cpp index 41a538326..396facb49 100644 --- a/src/input/pages/windows.cpp +++ b/src/input/pages/windows.cpp @@ -32,6 +32,12 @@ SetupActionData setupActionDataWindows[] = { { + // TRANSLATORS: input action label + N_("Windows"), + InputAction::NO_VALUE, + "", + }, + { // TRANSLATORS: input action name N_("Show Windows Menu"), InputAction::SHOW_WINDOWS, @@ -189,6 +195,18 @@ SetupActionData setupActionDataWindows[] = }, { // TRANSLATORS: input action name + N_("Cart window"), + InputAction::WINDOW_CART, + "", + }, + { + // TRANSLATORS: input action label + N_("Tabs"), + InputAction::NO_VALUE, + "", + }, + { + // TRANSLATORS: input action name N_("Previous Social Tab"), InputAction::PREV_SOCIAL_TAB, "", |