OSDN Git Service

Changed the spell name "Esoteria" (was it supposed to be "Esoterica") to Google Trans...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 21:12:57 +0000 (14:12 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 23 Jan 2020 13:08:48 +0000 (22:08 +0900)
src/realm-death.c

index 71871b4..9ed3946 100644 (file)
@@ -533,7 +533,7 @@ concptr do_death_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode)
                break;
 
        case 26:
-               if (name) return _("死者の秘伝", "Esoteria");
+               if (name) return _("死者の秘伝", "Secrets of the Dead");
                if (desc) return _("アイテムを1つ識別する。レベルが高いとアイテムの能力を完全に知ることができる。",
                        "Identifies an item. Or *identifies* an item at higher level.");