OSDN Git Service

Changed preposition in English description of "3-Way Attack" to be more idiomatic.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 20:55:52 +0000 (13:55 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 23 Jan 2020 13:06:55 +0000 (22:06 +0900)
src/realm-hissatsu.c

index 4b0b5ba..05d2ea4 100644 (file)
@@ -55,7 +55,7 @@ concptr do_hissatsu_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mo
 
        case 1:
                if (name) return _("五月雨斬り", "3-Way Attack");
-               if (desc) return _("3方向に対して攻撃する。", "Attacks in 3 directions in one time.");
+               if (desc) return _("3方向に対して攻撃する。", "Attacks in 3 directions at one time.");
 
                if (cast)
                {