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)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 01:03:00 +0000 (18:03 -0700)
src/cmd-pet.c

index 859dd33..4cc788c 100644 (file)
@@ -274,7 +274,7 @@ bool do_riding(bool force)
                /* Skip non-empty grids */
                if (!player_can_ride_aux(g_ptr, FALSE))
                {
-                       msg_print(_("そちらには降りられません。", "You cannot go to that direction."));
+                       msg_print(_("そちらには降りられません。", "You cannot go that direction."));
                        return FALSE;
                }