Skip to content

Commit

Permalink
Fix duplicate "the"
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed May 9, 2021
1 parent b40c2d9 commit b80ea81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Update/tata_014.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ void main()
// こうして行政は、知事が事態を把握し、酔いから醒めるまでの約1時間の間、情報収集に徹するのみとなってしまう...¥
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " こうして行政は、知事が事態を把握し、酔いから醒めるまでの約1時間の間、情報収集に徹するのみとなってしまう…。",
NULL, "And so the authorities, in the the hour or so it took for the governor to grasp the situation and sober up, did nothing but accumulate information...", Line_Normal);
NULL, "And so the authorities, in the hour or so it took for the governor to grasp the situation and sober up, did nothing but accumulate information...", Line_Normal);
ClearMessage();

//『知事は言うに及びませんが、知事不在時には本部長を務めることになる環境部長にも、怠慢の責任が問われるでしょう@また県としても大災害を想定したマニュアルが用意されておらず、対応が常に後手に回ってしまったのが致命的でした。¥
Expand Down
2 changes: 1 addition & 1 deletion Update/tata_tips_05.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ void main()
// 被害者の首を市販のペット用首輪でダンベルに括り付けた後、王子川3号暗渠に投棄したものと推定。
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 被害者の首を市販のペット用首輪でダンベルに括り付けた後、王子川3号暗渠に投棄したものと推定。",
NULL, "After fastening a dumbbell to the victim's neck using a commercial pet collar, the victim was likely abandoned in the the Ouji River's third drain.", Line_ContinueAfterTyping);
NULL, "After fastening a dumbbell to the victim's neck using a commercial pet collar, the victim was likely abandoned in the Ouji River's third drain.", Line_ContinueAfterTyping);

FadeOutBGM( 2, 10, TRUE );
OutputLineAll(NULL, "", GetGlobalFlag(GLinemodeSp));
Expand Down
2 changes: 1 addition & 1 deletion Update/ztata_012_vm00_n01.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ void dialog009()
{
ModPlayVoiceLS(4, 11, "ps3/s03/11/140700022", 256, TRUE);
OutputLine(NULL, "口と手を一緒に動かすのは風俗の人だけ。",
NULL, " Only in the the red-light district do they use both at once.", Line_WaitForInput);
NULL, " Only in the red-light district do they use both at once.", Line_WaitForInput);
}

0 comments on commit b80ea81

Please sign in to comment.