summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/input/pages/basic.cpp18
-rw-r--r--src/input/pages/move.cpp18
2 files changed, 18 insertions, 18 deletions
diff --git a/src/input/pages/basic.cpp b/src/input/pages/basic.cpp
index 9631c3705..c6cfe72d4 100644
--- a/src/input/pages/basic.cpp
+++ b/src/input/pages/basic.cpp
@@ -68,24 +68,6 @@ SetupActionData setupActionDataBasic[] =
},
{
// TRANSLATORS: input action name
- N_("Move to Home location"),
- InputAction::MOVE_TO_HOME,
- "",
- },
- {
- // TRANSLATORS: input action name
- N_("Set home location"),
- InputAction::SET_HOME,
- "",
- },
- {
- // TRANSLATORS: input action name
- N_("Move to navigation point"),
- InputAction::MOVE_TO_POINT,
- "",
- },
- {
- // TRANSLATORS: input action name
N_("Talk"),
InputAction::TALK,
"",
diff --git a/src/input/pages/move.cpp b/src/input/pages/move.cpp
index ebf8eea48..ddf9a38b9 100644
--- a/src/input/pages/move.cpp
+++ b/src/input/pages/move.cpp
@@ -105,6 +105,24 @@ SetupActionData setupActionDataMove[] =
},
{
// TRANSLATORS: input action name
+ N_("Move to Home location"),
+ InputAction::MOVE_TO_HOME,
+ "",
+ },
+ {
+ // TRANSLATORS: input action name
+ N_("Set home location"),
+ InputAction::SET_HOME,
+ "",
+ },
+ {
+ // TRANSLATORS: input action name
+ N_("Move to point modifier"),
+ InputAction::MOVE_TO_POINT,
+ "",
+ },
+ {
+ // TRANSLATORS: input action name
N_("Move to navigation point shortcuts"),
InputAction::NO_VALUE,
""