OSDN Git Service

Reword English description of "Twin Slash".
authorEric Branlund <ebranlund@fastmail.com>
Wed, 10 Feb 2021 02:52:55 +0000 (18:52 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 10 Feb 2021 17:03:26 +0000 (09:03 -0800)
src/realm/realm-hissatsu.c

index 6d1501b..b552f49 100644 (file)
@@ -882,7 +882,7 @@ concptr do_hissatsu_spell(player_type *caster_ptr, SPELL_IDX spell, spell_type m
         if (name)
             return _("二重の剣撃", "Twin Slash");
         if (desc)
-            return _("1ターンで2度攻撃を行う。", "double attacks at a time.");
+            return _("1ターンで2度攻撃を行う。", "Attack twice in one turn.");
 
         if (cast) {
             POSITION x, y;