From 6730981bc799df88895068173a34a8089bdf27e1 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Sun, 29 Mar 2020 11:43:17 -0700 Subject: [PATCH] Changed the English diary entries about the gender and personality selections so "gender" appears in the one about gender, rather than the "personality" that was there before, and "personality" appears in the one about personality. --- src/birth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/birth.c b/src/birth.c index 09efc5f11..ae91e68db 100644 --- a/src/birth.c +++ b/src/birth.c @@ -4577,7 +4577,7 @@ void player_birth(void) do_cmd_write_nikki(NIKKI_GAMESTART, 1, _("-------- 新規ゲーム開始 --------", "------- Started New Game -------")); do_cmd_write_nikki(NIKKI_HIGAWARI, 0, NULL); - sprintf(buf,_(" 性別に%sを選択した。", " chose %s personality."), sex_info[p_ptr->psex].title); + sprintf(buf,_(" 性別に%sを選択した。", " chose %s gender."), sex_info[p_ptr->psex].title); do_cmd_write_nikki(NIKKI_BUNSHOU, 1, buf); sprintf(buf,_(" 種族に%sを選択した。", " chose %s race."), race_info[p_ptr->prace].title); @@ -4592,7 +4592,7 @@ void player_birth(void) do_cmd_write_nikki(NIKKI_BUNSHOU, 1, buf); } - sprintf(buf,_(" 性格に%sを選択した。", " chose %s."), seikaku_info[p_ptr->pseikaku].title); + sprintf(buf,_(" 性格に%sを選択した。", " chose %s personality."), seikaku_info[p_ptr->pseikaku].title); do_cmd_write_nikki(NIKKI_BUNSHOU, 1, buf); /* Init the shops */ -- 2.11.0