OSDN Git Service

For English message about summoning nothing, changed past perfect tense to past tense...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 00:59:51 +0000 (17:59 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 19 Jan 2020 05:31:18 +0000 (14:31 +0900)
src/mspells3.c

index f77daaf..ed9b2b6 100644 (file)
@@ -1642,7 +1642,7 @@ static bool cast_learned_spell(player_type *caster_ptr, int spell, bool success)
 
        if (no_trump)
     {
-        msg_print(_("何も現れなかった。", "No one have appeared."));
+        msg_print(_("何も現れなかった。", "No one appeared."));
        }
 
        return TRUE;