OSDN Git Service

For English description of "Genocide One" prefer "eradicate" to "vanish" since the...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 17:37:47 +0000 (10:37 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 17:37:47 +0000 (10:37 -0700)
src/realm-death.c

index 78d3e9e..9950047 100644 (file)
@@ -257,7 +257,7 @@ concptr do_death_spell(SPELL_IDX spell, BIT_FLAGS mode)
 
        case 11:
                if (name) return _("モンスター消滅", "Genocide One");
-               if (desc) return _("モンスター1体を消し去る。経験値やアイテムは手に入らない。抵抗されると無効。", "Attempts to vanish a monster.");
+               if (desc) return _("モンスター1体を消し去る。経験値やアイテムは手に入らない。抵抗されると無効。", "Attempts to eradicate one monster.");
 
                {
                        int power = plev + 50;