diff options
Diffstat (limited to 'src/input/pages/chat.cpp')
-rw-r--r-- | src/input/pages/chat.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/pages/chat.cpp b/src/input/pages/chat.cpp index 113efa3a5..d61f7855a 100644 --- a/src/input/pages/chat.cpp +++ b/src/input/pages/chat.cpp @@ -74,6 +74,12 @@ SetupActionData setupActionDataChat[] = }, { // TRANSLATORS: input action name + N_("Ignore all whispers"), + InputAction::IGNORE_ALL_WHISPERS, + "", + }, + { + // TRANSLATORS: input action name N_("Previous chat line"), InputAction::CHAT_PREV_HISTORY, "", |