OSDN Git Service

For the English messages summarizing the arena result, changed the verbs to be past...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 05:02:58 +0000 (22:02 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 19 Jan 2020 06:26:40 +0000 (15:26 +0900)
src/core.c

index c17f59d..f4096b9 100644 (file)
@@ -3146,7 +3146,7 @@ static void process_world(player_type *player_ptr)
 
                if (number_mon == 0)
                {
-                       msg_print(_("相打ちに終わりました。", "They have kill each other at the same time."));
+                       msg_print(_("相打ちに終わりました。", "Nothing survived."));
                        msg_print(NULL);
                        player_ptr->energy_need = 0;
                        update_gambling_monsters(player_ptr);
@@ -3159,7 +3159,7 @@ static void process_world(player_type *player_ptr)
                        wm_ptr = &floor_ptr->m_list[win_m_idx];
 
                        monster_desc(m_name, wm_ptr, 0);
-                       msg_format(_("%sが勝利した!", "%s is winner!"), m_name);
+                       msg_format(_("%sが勝利した!", "%s won!"), m_name);
                        msg_print(NULL);
 
                        if (win_m_idx == (sel_monster + 1))