OSDN Git Service

Corrected subject/verb agreement in English message for darkness cancelling a light...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 05:08:34 +0000 (22:08 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Wed, 22 Jan 2020 15:42:34 +0000 (00:42 +0900)
src/spells2.c

index 0c5e87d..e2a00e4 100644 (file)
@@ -1901,7 +1901,7 @@ bool lite_area(player_type *caster_ptr, HIT_POINT dam, POSITION rad)
 {
        if (d_info[caster_ptr->dungeon_idx].flags1 & DF1_DARKNESS)
        {
-               msg_print(_("ダンジョンが光を吸収した。", "The darkness of this dungeon absorb your light."));
+               msg_print(_("ダンジョンが光を吸収した。", "The darkness of this dungeon absorbs your light."));
                return FALSE;
        }