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)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 20:46:00 +0000 (13:46 -0700)
src/realm-hissatsu.c

index d04c542..1fe01ac 100644 (file)
@@ -612,7 +612,7 @@ concptr do_hissatsu_spell(SPELL_IDX spell, BIT_FLAGS mode)
 
                if (cast)
                {
-                       msg_print(_("雄叫びをあげた!", "You roar out!"));
+                       msg_print(_("雄叫びをあげた!", "You roar!"));
                        project_all_los(GF_SOUND, randint1(plev * 3));
                        aggravate_monsters(0);
                }