OSDN Git Service

Changed the English message for lapsing of alter reality to hopefully be more idiomatic.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 05:16:48 +0000 (22:16 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Wed, 22 Jan 2020 15:52:09 +0000 (00:52 +0900)
src/spells3.c

index 0cfcdb4..3b604e6 100644 (file)
@@ -1337,7 +1337,7 @@ void reserve_alter_reality(player_type *caster_ptr)
        if (caster_ptr->alter_reality)
        {
                caster_ptr->alter_reality = 0;
-               msg_print(_("景色が元に戻った...", "The view around you got back..."));
+               msg_print(_("景色が元に戻った...", "The view around you returns to normal..."));
                caster_ptr->redraw |= PR_STATUS;
                return;
        }