diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-22 21:26:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-22 21:26:32 +0300 |
commit | 70f7db29f291ea22e6dca7c03540beded7ec7bf8 (patch) | |
tree | f8acd516a552ad34fcf8f4d84169d90e001f55ad /src/input/pages/other.cpp | |
parent | 1e7d0d8e9873283a0ec09a62e579b718c3c06e51 (diff) | |
download | plus-70f7db29f291ea22e6dca7c03540beded7ec7bf8.tar.gz plus-70f7db29f291ea22e6dca7c03540beded7ec7bf8.tar.bz2 plus-70f7db29f291ea22e6dca7c03540beded7ec7bf8.tar.xz plus-70f7db29f291ea22e6dca7c03540beded7ec7bf8.zip |
Add chat command for feed homunculus.
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 47312c3c5..3d37bd982 100644 --- a/src/input/pages/other.cpp +++ b/src/input/pages/other.cpp @@ -428,6 +428,12 @@ SetupActionData setupActionDataOther[] = "", }, { + // TRANSLATORS: input action name + N_("Feed homunculus"), + InputAction::HOMUNCULUS_FEED, + "", + }, + { "", InputAction::NO_VALUE, "" |