diff options
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/pages/other.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/input/pages/other.cpp b/src/input/pages/other.cpp index d91bcdd59..f8327f3b6 100644 --- a/src/input/pages/other.cpp +++ b/src/input/pages/other.cpp @@ -412,6 +412,18 @@ SetupActionData setupActionDataOther[] = "", }, { + // TRANSLATORS: input action name + N_("Pet ai start"), + InputAction::PET_AI_START, + "", + }, + { + // TRANSLATORS: input action name + N_("Pet ai stop"), + InputAction::PET_AI_STOP, + "", + }, + { "", InputAction::NO_VALUE, "" |