OSDN Git Service

Corrected English typo on first birth screen.
authorEric Branlund <ebranlund@fastmail.com>
Fri, 3 Jul 2020 03:37:18 +0000 (20:37 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 3 Jul 2020 03:37:18 +0000 (20:37 -0700)
src/birth/birth-wizard.c

index f3f9cc4..badf5aa 100644 (file)
@@ -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);
 }