From dc90f8988cbc3790bc869ccf98a4a6b9d75a4e46 Mon Sep 17 00:00:00 2001 From: drojf <1249449+drojf@users.noreply.github.com> Date: Sun, 19 May 2024 20:47:32 +1000 Subject: [PATCH] Fix typo in Ura: their -> there - "it just sat their" -> "it just sat there" --- Update/ura_003.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update/ura_003.txt b/Update/ura_003.txt index da3f7e36f..7635dcd2b 100644 --- a/Update/ura_003.txt +++ b/Update/ura_003.txt @@ -2909,7 +2909,7 @@ void main() //rだから描き上げた後、なんとなく美術室の隅っこの壁にひっそりと飾ってはみたが、誰もが特に目を止めることなく、埃をかぶったまま置きざらしになっていたのだ。 if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); } OutputLine(NULL, "だから描き上げた後、なんとなく美術室の隅っこの壁にひっそりと飾ってはみたが、誰もが特に目を止めることなく、埃をかぶったまま置きざらしになっていたのだ。", - NULL, "So after he finished the painting, he hung it on the wall in the corner of the art room, but it just sat their gathering dust, with no one paying it any real attention.", Line_Normal); + NULL, "So after he finished the painting, he hung it on the wall in the corner of the art room, but it just sat there gathering dust, with no one paying it any real attention.", Line_Normal); ClearMessage(); DrawScene("black", 1000 );