typo fixes

#208
This commit is contained in:
Aurian
2024-04-06 02:14:44 +02:00
parent 9cc2529a51
commit 1b412a92a6
28 changed files with 61 additions and 78 deletions

View File

@@ -28,7 +28,7 @@ void main()
// 県立白川自然公園内の展望台から27m下の渓流へ転落、行方不明になった@
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " XX日午後2時頃、鹿骨市雛見沢村X丁目、会社員XXXさんと妻XXXXさんが、",
NULL, "On the afternoon of XX at 2PM, office employee XXXX and his wife XXXX of Hinamizawa village in Shishibone prefecture", Line_WaitForInput);
NULL, "On the afternoon of XX at 2pm, office employee XXXX and his wife XXXX of Hinamizawa village in Shishibone prefecture", Line_WaitForInput);
OutputLine(NULL, " 県立白川自然公園内の展望台から27m下の渓流へ転落、行方不明になった。",
NULL, " disappeared after falling 27 meters from the observatory platform in Shirakawa prefecture.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
@@ -38,7 +38,7 @@ void main()
// 警察と消防で下流を捜索し、同日夜7時頃、XXXさんの遺体を発見した@
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 警察と消防で下流を捜索し、同日夜7時頃、XXXさんの遺体を発見した。",
NULL, "Police and firefighters searched downstream and discovered the body of XXXX at around 7PM that evening.", GetGlobalFlag(GLinemodeSp));
NULL, "Police and firefighters searched downstream and discovered the body of XXXX at around 7pm that evening.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
@@ -86,7 +86,3 @@ void main()
}