OSDN Git Service

[Refactor] #49275 Renamed arena_info_table to arena-info-table
[hengband/hengband.git] / src / monster1.c
index 4a4a940..d23df4a 100644 (file)
@@ -38,6 +38,7 @@
 #include "view-mainwindow.h"
 #include "player-class.h"
 #include "english.h"
+#include "market/arena-info-table.h"
 
  /*
   * Pronoun arrays, by gender.
@@ -2724,7 +2725,7 @@ void monster_death(player_type *player_ptr, MONSTER_IDX m_idx, bool drop_item)
        current_world_ptr->total_winner = TRUE;
        player_ptr->redraw |= (PR_TITLE);
        play_music(TERM_XTRA_MUSIC_BASIC, MUSIC_BASIC_FINAL_QUEST_CLEAR);
-       exe_write_diary(player_ptr, DIARY_DESCRIPTION, 0, _("見事に変愚蛮怒の勝利者となった!", "finally become *WINNER* of Hengband!"));
+       exe_write_diary(player_ptr, DIARY_DESCRIPTION, 0, _("見事に変愚蛮怒の勝利者となった!", "finally became *WINNER* of Hengband!"));
        admire_from_patron(player_ptr);
        msg_print(_("*** おめでとう ***", "*** CONGRATULATIONS ***"));
        msg_print(_("あなたはゲームをコンプリートしました。", "You have won the game!"));