From 472ea9c687c08998281cac1a3a1d42fed044a9e7 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Thu, 2 Jul 2020 20:37:18 -0700 Subject: [PATCH] Corrected English typo on first birth screen. --- src/birth/birth-wizard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/birth/birth-wizard.c b/src/birth/birth-wizard.c index f3f9cc471..badf5aa73 100644 --- a/src/birth/birth-wizard.c +++ b/src/birth/birth-wizard.c @@ -53,7 +53,7 @@ static void display_initial_birth_message(player_type *creature_ptr) put_str(_("種族 :", "Race :"), 4, 1); put_str(_("職業 :", "Class :"), 5, 1); c_put_str(TERM_L_BLUE, creature_ptr->name, 1, 34); - put_str(_("キャラクターを作成します。('S'やり直す, 'Q'終了, '?'ヘルプ)", "Make your charactor. ('S' Restart, 'Q' Quit, '?' Help)"), 8, 10); + put_str(_("キャラクターを作成します。('S'やり直す, 'Q'終了, '?'ヘルプ)", "Make your character. ('S' Restart, 'Q' Quit, '?' Help)"), 8, 10); put_str(_("注意:《性別》の違いはゲーム上ほとんど影響を及ぼしません。", "Note: Your 'sex' does not have any significant gameplay effects."), 23, 5); } -- 2.11.0