OSDN Git Service

Reworded English description for "Strike to Stun" to be more idiomatic.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 20:38:18 +0000 (13:38 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 23 Jan 2020 09:05:18 +0000 (18:05 +0900)
src/realm-hissatsu.c

index 2296cda..5b177a8 100644 (file)
@@ -142,7 +142,7 @@ concptr do_hissatsu_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mo
 
        case 5:
                if (name) return _("みね打ち", "Strike to Stun");
-               if (desc) return _("相手にダメージを与えないが、朦朧とさせる。", "Attempts to stun a monster in the adjacent.");
+               if (desc) return _("相手にダメージを与えないが、朦朧とさせる。", "Attempts to stun a monster next to you.");
 
                if (cast)
                {