summaryrefslogtreecommitdiff
path: root/src/input/pages
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-27 02:20:56 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-27 02:20:56 +0300
commit1b27066e2d98c82b0bf135188ebb57e16af669df (patch)
tree87460b10e94f0734357d57a95c311522f453647f /src/input/pages
parenta714a339ac461943236eb1992c38dfb16821d0a1 (diff)
downloadmv-1b27066e2d98c82b0bf135188ebb57e16af669df.tar.gz
mv-1b27066e2d98c82b0bf135188ebb57e16af669df.tar.bz2
mv-1b27066e2d98c82b0bf135188ebb57e16af669df.tar.xz
mv-1b27066e2d98c82b0bf135188ebb57e16af669df.zip
Move chat command /dumpt into actions.
Diffstat (limited to 'src/input/pages')
-rw-r--r--src/input/pages/other.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/pages/other.cpp b/src/input/pages/other.cpp
index bf7666457..e91bd40b4 100644
--- a/src/input/pages/other.cpp
+++ b/src/input/pages/other.cpp
@@ -299,6 +299,12 @@ SetupActionData setupActionDataOther[] =
},
{
// TRANSLATORS: input action name
+ N_("Dump tests info into chat"),
+ InputAction::DUMP_TESTS,
+ "",
+ },
+ {
+ // TRANSLATORS: input action name
N_("Dump environments into log"),
InputAction::DUMP_ENVIRONMENT,
"",