From: Eric Branlund Date: Thu, 26 Sep 2019 21:16:42 +0000 (-0700) Subject: Combined the two sentences in the English description for the death realm's identify... X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=fb64d435c2ecc855407be3429bf2c6f7a35adaa4;p=hengband%2Fhengband.git Combined the two sentences in the English description for the death realm's identify spell. --- diff --git a/src/realm-death.c b/src/realm-death.c index 9ed394663..9a2e5583c 100644 --- a/src/realm-death.c +++ b/src/realm-death.c @@ -535,7 +535,7 @@ concptr do_death_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode) case 26: if (name) return _("死者の秘伝", "Secrets of the Dead"); if (desc) return _("アイテムを1つ識別する。レベルが高いとアイテムの能力を完全に知ることができる。", - "Identifies an item. Or *identifies* an item at higher level."); + "Identifies or, at higher levels, *identifies* an item."); { if (cast)