diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-26 23:43:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-26 23:44:11 +0300 |
commit | 84edefedf8e3688f618f0dde8169d6ee18624e6e (patch) | |
tree | d54e877cdb20ff88f998f4f07647a30fbb738177 /src/input/pages/other.cpp | |
parent | 8314a1808ff96ec8990c4d9055cad41c05f07dc2 (diff) | |
download | plus-84edefedf8e3688f618f0dde8169d6ee18624e6e.tar.gz plus-84edefedf8e3688f618f0dde8169d6ee18624e6e.tar.bz2 plus-84edefedf8e3688f618f0dde8169d6ee18624e6e.tar.xz plus-84edefedf8e3688f618f0dde8169d6ee18624e6e.zip |
Move chat command /error into actions.
Diffstat (limited to 'src/input/pages/other.cpp')
-rw-r--r-- | src/input/pages/other.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/pages/other.cpp b/src/input/pages/other.cpp index 6bafbf8c3..8bae75449 100644 --- a/src/input/pages/other.cpp +++ b/src/input/pages/other.cpp @@ -286,6 +286,12 @@ SetupActionData setupActionDataOther[] = "", }, { + // TRANSLATORS: input action name + N_("Crash client"), + InputAction::ERROR, + "", + }, + { "", InputAction::NO_VALUE, "" |