From cf3c621aecba1d7974f1f24b39ccca9873efda10 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Wed, 25 Sep 2019 07:07:25 -0700 Subject: [PATCH] For more idiomatic English, replaced "in two persons" to "into two persons"; without "persons" "in two" would be just right though. --- src/mspells4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mspells4.c b/src/mspells4.c index d886b44c2..e160b9feb 100644 --- a/src/mspells4.c +++ b/src/mspells4.c @@ -2107,7 +2107,7 @@ HIT_POINT spell_RF6_SPECIAL_BANORLUPART(player_type *target_ptr, MONSTER_IDX m_i floor_ptr->m_list[hack_m_idx_ii].hp = dummy_hp; floor_ptr->m_list[hack_m_idx_ii].maxhp = dummy_maxhp; - msg_print(_("『バーノール・ルパート』が分裂した!", "Banor=Rupart splits in two person!")); + msg_print(_("『バーノール・ルパート』が分裂した!", "Banor=Rupart splits into two persons!")); break; case MON_BANOR: -- 2.11.0