OSDN Git Service

Change "go to" to "go" in English message since the destination is a direction rather...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 01:03:00 +0000 (18:03 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 19 Jan 2020 05:31:18 +0000 (14:31 +0900)
src/cmd/cmd-pet.c

index 04b7b0d..81bd558 100644 (file)
@@ -291,7 +291,7 @@ bool do_cmd_riding(player_type *creature_ptr, bool force)
                /* Skip non-empty grids */
                if (!player_can_ride_aux(creature_ptr, g_ptr, FALSE))
                {
-                       msg_print(_("そちらには降りられません。", "You cannot go to that direction."));
+                       msg_print(_("そちらには降りられません。", "You cannot go that direction."));
                        return FALSE;
                }