OSDN Git Service

Changed English message for a "Create Golem" failure to match up with the sucess...
authorEric Branlund <ebranlund@fastmail.com>
Tue, 16 Feb 2021 00:36:32 +0000 (16:36 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 19 Feb 2021 19:48:55 +0000 (11:48 -0800)
src/realm-craft.c

index 86f2ab9..741ec34 100644 (file)
@@ -384,7 +384,7 @@ concptr do_craft_spell(SPELL_IDX spell, BIT_FLAGS mode)
                                }
                                else
                                {
-                                       msg_print(_("うまくゴーレムを作れなかった。", "No Golems arrive."));
+                                       msg_print(_("うまくゴーレムを作れなかった。", "You couldn't make a golem."));
                                }
                        }
                }