diff options
Diffstat (limited to 'src/input/pages/basic.cpp')
-rw-r--r-- | src/input/pages/basic.cpp | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/src/input/pages/basic.cpp b/src/input/pages/basic.cpp index 9631c3705..fd339409d 100644 --- a/src/input/pages/basic.cpp +++ b/src/input/pages/basic.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 @@ -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, "", |