diff options
Diffstat (limited to 'src/input/pages/move.cpp')
-rw-r--r-- | src/input/pages/move.cpp | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/src/input/pages/move.cpp b/src/input/pages/move.cpp index ebf8eea48..3abbb846a 100644 --- a/src/input/pages/move.cpp +++ b/src/input/pages/move.cpp @@ -1,12 +1,12 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au> * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2020 The ManaPlus Developers - * Copyright (C) 2020-2023 The ManaVerse Developers + * Copyright (C) 2020-2025 The ManaVerse Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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, "" |