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

@@ -411,7 +411,7 @@ void main()
// 今度は俺も、黙っている側の人間なのだ¥
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 今度は俺も、黙っている側の人間なのだ。",
NULL, "And now, I was one of ones who needed to keep their mouths shut.", Line_Normal);
NULL, "And now, I was one of the ones who needed to keep their mouths shut.", Line_Normal);
ClearMessage();
@@ -1811,7 +1811,7 @@ void main()
// その中を、暑そうに小脇にジャケットを抱え、だらしなくネクタイを緩めた中年のおっさんが待ち受けていた¥
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " その中を、暑そうに小脇にジャケットを抱え、だらしなくネクタイを緩めた中年のおっさんが待ち受けていた。",
NULL, "Waiting there, looking uncomfortably warm, was a middle-aged man, his tie sloppily loosened, and his jacket tucked underneath his arm..", Line_Normal);
NULL, "Waiting there, looking uncomfortably warm, was a middle-aged man, his tie sloppily loosened, and his jacket tucked underneath his arm...", Line_Normal);
ClearMessage();