OSDN Git Service

Changed English message for no monster to ride to be more idiomatic.
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 01:06:34 +0000 (18:06 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 01:06:34 +0000 (18:06 -0700)
src/cmd-pet.c

index 4cc788c..e6adb76 100644 (file)
@@ -302,7 +302,7 @@ bool do_riding(bool force)
 
                if (!g_ptr->m_idx || !m_ptr->ml)
                {
-                       msg_print(_("その場所にはモンスターはいません。", "Here is no monster."));
+                       msg_print(_("その場所にはモンスターはいません。", "There is no monster here."));
                        return FALSE;
                }
                if (!is_pet(m_ptr) && !force)