Skip to content

Commit

Permalink
Fix #600 (typo: juinor -> junior)
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed May 10, 2024
1 parent 4083fe5 commit 552b4f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Update/kage_002.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4136,10 +4136,10 @@ void main()
if (GetGlobalFlag(GADVMode)) {
OutputLineAll("", NULL, Line_ContinueAfterTyping);
OutputLine(NULL, "今日は朝からの駐車違反の取締りに加えて、急病で休んだ後輩の代役として行った小学校の交通安全教室のヘルプから、ようやく戻ってきたところなのだ。",
NULL, "<size=-2>Today, not only did she lead the parking violation crackdown this morning, but she also gave a traffic safety class at an elementary school, filling in for a juinor officer who couldn't make it due to a sudden illness, and she just got back from that.", Line_Normal);
NULL, "<size=-2>Today, not only did she lead the parking violation crackdown this morning, but she also gave a traffic safety class at an elementary school, filling in for a junior officer who couldn't make it due to a sudden illness, and she just got back from that.", Line_Normal);
} else {
OutputLine(NULL, "今日は朝からの駐車違反の取締りに加えて、急病で休んだ後輩の代役として行った小学校の交通安全教室のヘルプから、ようやく戻ってきたところなのだ。",
NULL, "Today, not only did she lead the parking violation crackdown this morning, but she also gave a traffic safety class at an elementary school, filling in for a juinor officer who couldn't make it due to a sudden illness, and she just got back from that.", Line_Normal);
NULL, "Today, not only did she lead the parking violation crackdown this morning, but she also gave a traffic safety class at an elementary school, filling in for a junior officer who couldn't make it due to a sudden illness, and she just got back from that.", Line_Normal);
}
ClearMessage();

Expand Down

0 comments on commit 552b4f6

Please sign in to comment.