From 7ce9a9bc4cedbda31bd3d5dad5670ecdd2dd0d5a Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Thu, 26 Sep 2019 09:54:09 -0700 Subject: [PATCH] For English description of town teleport spell, changed "in a moment" to "instantly". --- 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 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) -- 2.11.0