From 7245dee9d19fa05b2dd32194821c451f080e302f Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Sat, 27 Feb 2016 10:21:21 -0600 Subject: [PATCH] Correct two translations --- LilithPort/MainForm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LilithPort/MainForm.cpp b/LilithPort/MainForm.cpp index 2b98de3..f4b93fb 100644 --- a/LilithPort/MainForm.cpp +++ b/LilithPort/MainForm.cpp @@ -345,7 +345,7 @@ void MainForm::Begin() } else if(ServerName[0] == '#'){ ServerMode = SM_NORA; - WriteMessage(L"Whoa! A Nora server!\n", SystemMessageColor); //fixme: hard translation (野良サーバ) + WriteMessage(L"Anonymous server: chat and names are invisible.\n", SystemMessageColor); //fixme: hard translation (野良サーバ) ListView = LV_BLIND; listBoxMember->Items[0] = gcnew String(L"Open Match"); //fixme: hard translation (野試合会場) @@ -1634,7 +1634,7 @@ void MainForm::ReceivePackets(IAsyncResult^ asyncResult) break; case 4: - form->WriteMessage(L"You are already watching the opponent!\n", SystemMessageColor); //fixme: hard translation: 既に相手がこちらを観戦対象にしていました。 + form->WriteMessage(L"This person is already watching you!\n", SystemMessageColor); //fixme: hard translation: 既に相手がこちらを観戦対象にしていました。 break; }