OSDN Git Service

Correct subject-verb agreement in English message ("nothing" is singular).
authorEric Branlund <ebranlund@fastmail.com>
Wed, 27 Jan 2021 20:16:10 +0000 (12:16 -0800)
committerHourier <hourier@users.sourceforge.jp>
Sat, 30 Jan 2021 05:57:26 +0000 (14:57 +0900)
src/cmd-action/cmd-mane.c

index 9e951f9..751cfa3 100644 (file)
@@ -877,7 +877,7 @@ static bool use_mane(player_type *caster_ptr, int spell)
         trap_creation(caster_ptr, target_row, target_col);
         break;
     case MS_FORGET:
-        msg_print(_("しかし何も起きなかった。", "Nothing happen."));
+        msg_print(_("しかし何も起きなかった。", "Nothing happens."));
         break;
     case MS_RAISE_DEAD:
         msg_print(_("死者復活の呪文を唱えた。", "You animate the dead."));