OSDN Git Service

Reworded English message about absence of a mirror to hopefully be more idiomatic.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 05:10:22 +0000 (22:10 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Wed, 22 Jan 2020 15:45:33 +0000 (00:45 +0900)
src/spells2.c

index e2a00e4..c0ba112 100644 (file)
@@ -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;
        }