OSDN Git Service

Merge remote-tracking branch 'remotes/hengbandosx/english-game-option-edits' into...
authordeskull <deskull@users.sourceforge.jp>
Mon, 1 Feb 2021 13:13:58 +0000 (22:13 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Mon, 1 Feb 2021 13:13:58 +0000 (22:13 +0900)
src/game-option/option-types-table.c

index 846db24..979c38f 100644 (file)
@@ -86,7 +86,7 @@ const option_type option_info[MAX_OPTION_INFO] = {
 
     { &fresh_message, FALSE, OPT_PAGE_MAPSCREEN, 1, 25, "fresh_message", _("メッセージの後に画面を再描画する", "Flush output after every message") },
 
-    { &hilite_player, FALSE, OPT_PAGE_MAPSCREEN, 1, 27, "hilite_player", _("プレイヤーにカーソルを合わせる", "Hilite the player with the cursor") },
+    { &hilite_player, FALSE, OPT_PAGE_MAPSCREEN, 1, 27, "hilite_player", _("プレイヤーにカーソルを合わせる", "Highlight the player with the cursor") },
 
     { &display_path, FALSE, OPT_PAGE_MAPSCREEN, 2, 8, "display_path", _("魔法や矢の軌跡を表示する", "Display actual path before shooting") },