OSDN Git Service

Switched "is" to "are" to match "some monsters".
authorEric Branlund <ebranlund@fastmail.com>
Sun, 31 Jan 2021 21:56:51 +0000 (13:56 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 31 Jan 2021 21:56:51 +0000 (13:56 -0800)
src/floor/wild.c

index c546a42..c707579 100644 (file)
@@ -879,7 +879,7 @@ bool change_wild_mode(player_type *creature_ptr, bool encount)
         if (monster_csleep_remaining(m_ptr) || (m_ptr->cdis > MAX_SIGHT) || !is_hostile(m_ptr))
             continue;
 
-        msg_print(_("敵がすぐ近くにいるときは広域マップに入れない!", "You cannot enter global map, since there is some monsters nearby!"));
+        msg_print(_("敵がすぐ近くにいるときは広域マップに入れない!", "You cannot enter global map, since there are some monsters nearby!"));
         free_turn(creature_ptr);
         return FALSE;
     }