From: Eric Branlund Date: Thu, 26 Sep 2019 05:10:22 +0000 (-0700) Subject: Reworded English message about absence of a mirror to hopefully be more idiomatic. X-Git-Tag: vmacos3.0.0-alpha52~1873 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8c8a1021e0d4520e404b39759a8eb59013a3e5df;p=hengbandforosx%2Fhengbandosx.git Reworded English message about absence of a mirror to hopefully be more idiomatic. --- diff --git a/src/spells2.c b/src/spells2.c index e2a00e4b2..c0ba112d0 100644 --- a/src/spells2.c +++ b/src/spells2.c @@ -4558,7 +4558,7 @@ bool mirror_concentration(player_type *creature_ptr) if (!is_mirror_grid(&creature_ptr->current_floor_ptr->grid_array[creature_ptr->y][creature_ptr->x])) { - msg_print(_("鏡の上でないと集中できない!", "Here are not any mirrors!")); + msg_print(_("鏡の上でないと集中できない!", "There's no mirror here!")); return TRUE; }