diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-13 04:26:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-13 04:28:32 +0300 |
commit | 9c40e3538a0cd3faf70206793c3dc76f5cc00a3d (patch) | |
tree | 6e2ad851dc4215ee55642688bf0076bb6e1b014e /src/input/pages/windows.cpp | |
parent | acba95ebb0119e7b0f9ef01d9bf3577582857253 (diff) | |
download | plus-9c40e3538a0cd3faf70206793c3dc76f5cc00a3d.tar.gz plus-9c40e3538a0cd3faf70206793c3dc76f5cc00a3d.tar.bz2 plus-9c40e3538a0cd3faf70206793c3dc76f5cc00a3d.tar.xz plus-9c40e3538a0cd3faf70206793c3dc76f5cc00a3d.zip |
Allow set shortcut to clan window.
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 216829d69..4d1945918 100644 --- a/src/input/pages/windows.cpp +++ b/src/input/pages/windows.cpp @@ -204,6 +204,12 @@ SetupActionData setupActionDataWindows[] = "", }, { + // TRANSLATORS: input action name + N_("Clan window"), + InputAction::WINDOW_CLAN, + "", + }, + { // TRANSLATORS: input action label N_("Tabs"), InputAction::NO_VALUE, |