From: Eric Branlund Date: Thu, 26 Sep 2019 16:54:09 +0000 (-0700) Subject: For English description of town teleport spell, changed "in a moment" to "instantly". X-Git-Tag: vmacos3.0.0-alpha52~1850 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7ce9a9bc4cedbda31bd3d5dad5670ecdd2dd0d5a;p=hengbandforosx%2Fhengbandosx.git For English description of town teleport spell, changed "in a moment" to "instantly". --- diff --git a/src/realm-sorcery.c b/src/realm-sorcery.c index 2de25808e..a394b611e 100644 --- a/src/realm-sorcery.c +++ b/src/realm-sorcery.c @@ -347,7 +347,7 @@ concptr do_sorcery_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mod case 19: if (name) return _("街移動", "Teleport to town"); - if (desc) return _("街へ移動する。地上にいるときしか使えない。", "Teleports you to a town which you choose in a moment. Can only be used outdoors."); + if (desc) return _("街へ移動する。地上にいるときしか使えない。", "Instantly teleports you to a town which you choose. Can only be used outdoors."); { if (cast)