OSDN Git Service

Change English title of demon spell from "The Flow of Lava" to "Lava Flow".
authorEric Branlund <ebranlund@fastmail.com>
Mon, 15 Feb 2021 23:04:42 +0000 (15:04 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 19 Feb 2021 19:48:55 +0000 (11:48 -0800)
src/realm-daemon.c

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