From 6d9890e365c1684a1871515349a009062ddf1614 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Thu, 26 Sep 2019 12:53:33 -0700 Subject: [PATCH] Reworded English message for start of "Animate dead" to be more idiomatic. --- src/realm-hex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/realm-hex.c b/src/realm-hex.c index 4dcc732d9..af5932748 100644 --- a/src/realm-hex.c +++ b/src/realm-hex.c @@ -707,7 +707,7 @@ concptr do_hex_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode) if (desc) return _("死体を蘇らせてペットにする。", "Raises corpses and skeletons from dead."); if (cast) { - msg_print(_("死者への呼びかけを始めた。", "You start to call deads.!")); + msg_print(_("死者への呼びかけを始めた。", "You start to call the dead.!")); } if (cast || cont) { -- 2.11.0