OSDN Git Service

Change English title of demon spell from "The Flow of Lava" to "Lava Flow".
authorEric Branlund <ebranlund@fastmail.com>
Wed, 10 Feb 2021 01:02:57 +0000 (17:02 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 10 Feb 2021 17:03:26 +0000 (09:03 -0800)
src/realm/realm-demon.c

index 7bedade..1b83d1a 100644 (file)
@@ -407,7 +407,7 @@ concptr do_daemon_spell(player_type *caster_ptr, SPELL_IDX spell, spell_type mod
 
     case 18:
         if (name)
-            return _("溶岩流", "The Flow of Lava");
+            return _("溶岩流", "Lava Flow");
         if (desc)
             return _("自分を中心とした炎の球を作り出し、床を溶岩に変える。", "Generates a ball of fire centered on you which transforms floors to magma.");