From 53c8cc333d2dcfa79964805fdd4161def1097e8a Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Wed, 25 Sep 2019 22:06:55 -0700 Subject: [PATCH] Corrected English spelling mistake in description for probing spell. --- src/realm-sorcery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/realm-sorcery.c b/src/realm-sorcery.c index b05a6d063..8284bc833 100644 --- a/src/realm-sorcery.c +++ b/src/realm-sorcery.c @@ -421,7 +421,7 @@ concptr do_sorcery_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mod case 24: if (name) return _("調査", "Probing"); if (desc) return _("モンスターの属性、残り体力、最大体力、スピード、正体を知る。", - "Proves all monsters' alignment, HP, speed and their true character."); + "Probes all monsters' alignment, HP, speed and their true character."); { if (cast) -- 2.11.0