OSDN Git Service

To be more idiomatic, dropped "out" in the English message for the onset of "War...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 20:46:00 +0000 (13:46 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 23 Jan 2020 13:05:12 +0000 (22:05 +0900)
src/realm-hissatsu.c

index 9adb572..6bfce89 100644 (file)
@@ -627,7 +627,7 @@ concptr do_hissatsu_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mo
 
                if (cast)
                {
-                       msg_print(_("雄叫びをあげた!", "You roar out!"));
+                       msg_print(_("雄叫びをあげた!", "You roar!"));
                        project_all_los(caster_ptr, GF_SOUND, randint1(plev * 3));
                        aggravate_monsters(caster_ptr, 0);
                }