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 ff646ded0..41a538326 100644 --- a/src/input/pages/windows.cpp +++ b/src/input/pages/windows.cpp @@ -236,6 +236,12 @@ SetupActionData setupActionDataWindows[] = "", }, { + // TRANSLATORS: input action name + N_("Clear drops window"), + InputAction::DROP_CLEAR, + "", + }, + { "", InputAction::NO_VALUE, "" |