OSDN Git Service

Since "something" is singular, changed "prevent" to "prevents" for subject/verb agree...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 06:05:52 +0000 (23:05 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 19 Jan 2020 06:44:39 +0000 (15:44 +0900)
src/melee1.c
src/realm-hissatsu.c
src/spells2.c

index 5f28270..e69de29 100644 (file)
@@ -1 +0,0 @@
-
\ No newline at end of file
index 52e91b5..8749655 100644 (file)
@@ -866,7 +866,7 @@ concptr do_hissatsu_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mo
 
                        if (d_info[caster_ptr->dungeon_idx].flags1 & DF1_NO_MELEE)
                        {
-                               msg_print(_("なぜか攻撃することができない。", "Something prevent you from attacking."));
+                               msg_print(_("なぜか攻撃することができない。", "Something prevents you from attacking."));
                                return "";
                        }
                        msg_print(_("武器を大きく振り下ろした。", "You swing your weapon downward."));
index 92cd601..1957810 100644 (file)
@@ -4067,7 +4067,7 @@ bool_hack vampirism(player_type *caster_ptr)
 {
        if (d_info[caster_ptr->dungeon_idx].flags1 & DF1_NO_MELEE)
        {
-               msg_print(_("なぜか攻撃することができない。", "Something prevent you from attacking."));
+               msg_print(_("なぜか攻撃することができない。", "Something prevents you from attacking."));
                return FALSE;
        }