diff options
Diffstat (limited to 'src/input/pages/windows.cpp')
-rw-r--r-- | src/input/pages/windows.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/pages/windows.cpp b/src/input/pages/windows.cpp index b9d64acbc..ca232f914 100644 --- a/src/input/pages/windows.cpp +++ b/src/input/pages/windows.cpp @@ -67,6 +67,12 @@ SetupActionData setupActionDataWindows[] = }, { // TRANSLATORS: input action name + N_("Server Info Window"), + InputAction::WINDOW_SERVER_INFO, + "", + }, + { + // TRANSLATORS: input action name N_("Status Window"), InputAction::WINDOW_STATUS, "", |