OSDN Git Service

Made "spell" plural in English description for "Anti magic barrier".
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 19:54:53 +0000 (12:54 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 23 Jan 2020 09:05:13 +0000 (18:05 +0900)
src/realm-hex.c

index af59327..dd5266f 100644 (file)
@@ -1051,7 +1051,7 @@ concptr do_hex_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode)
 
        case 30:
                if (name) return _("反魔法結界", "Anti magic barrier");
-               if (desc) return _("視界内のモンスターの魔法を阻害するバリアを張る。", "Obstructs all magic spell of monsters in your sight.");
+               if (desc) return _("視界内のモンスターの魔法を阻害するバリアを張る。", "Obstructs all magic spells of monsters in your sight.");
                power = plev * 3 / 2;
                if (info) return info_power(power);
                if (cast)