OSDN Git Service

Made two changes for subject/verb agreement in English summoning messages.
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 14:24:24 +0000 (07:24 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Tue, 21 Jan 2020 15:16:24 +0000 (00:16 +0900)
src/spells-summon.c

index 27e5f94..3537ebc 100644 (file)
@@ -212,7 +212,7 @@ bool cast_summon_greater_demon(player_type *caster_ptr)
        }
        else
        {
-               msg_print(_("悪魔は現れなかった。", "No Greater Demon arrive."));
+               msg_print(_("悪魔は現れなかった。", "No Greater Demon arrives."));
        }
 
        return TRUE;
@@ -303,7 +303,7 @@ void mitokohmon(player_type *kohmon_ptr)
 
        if (count == 0)
        {
-               msg_print(_("しかし、何も起きなかった。", "Nothing happen."));
+               msg_print(_("しかし、何も起きなかった。", "Nothing happens."));
                return;
        }