diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-25 21:38:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-25 21:38:12 +0300 |
commit | fb062d9f90d44e279ce02985c3f4f4335550cf87 (patch) | |
tree | 4ae1fec555e1f065018b2ac8d8650130c3060c40 /src/input/pages | |
parent | 015a260c6444e74579401dfe41e39592b2201d36 (diff) | |
download | plus-fb062d9f90d44e279ce02985c3f4f4335550cf87.tar.gz plus-fb062d9f90d44e279ce02985c3f4f4335550cf87.tar.bz2 plus-fb062d9f90d44e279ce02985c3f4f4335550cf87.tar.xz plus-fb062d9f90d44e279ce02985c3f4f4335550cf87.zip |
Move chat command /all into actions.
Diffstat (limited to 'src/input/pages')
-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 46a1eb286..c7db9c05d 100644 --- a/src/input/pages/other.cpp +++ b/src/input/pages/other.cpp @@ -232,6 +232,12 @@ SetupActionData setupActionDataOther[] = "", }, { + // TRANSLATORS: input action name + N_("Print all visible beings in chat"), + InputAction::PRINT_ALL, + "", + }, + { "", InputAction::NO_VALUE, "" |