From bd6448278cefeb12c79d0d52eadb2e49c7e807a8 Mon Sep 17 00:00:00 2001 From: Wanne Date: Thu, 7 May 2009 11:57:02 +0000 Subject: [PATCH] - Forgot to add the "," character after a text line git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2819 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Utils/_ChineseText.cpp | 2 +- Utils/_RussianText.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Utils/_ChineseText.cpp b/Utils/_ChineseText.cpp index 8d488624e..9a4a86714 100644 --- a/Utils/_ChineseText.cpp +++ b/Utils/_ChineseText.cpp @@ -5774,7 +5774,7 @@ STR16 gszMPMapscreenText[] = L"手提电脑开启后你无法更换队伍。",// L"You cannot change teams once the Laptop is unlocked.", L"随机佣兵: ",// L"Random Mercs: ", L"Y", - L"难度:"// L"Difficulty:" + L"难度:",// L"Difficulty:", L"Server Version:", }; diff --git a/Utils/_RussianText.cpp b/Utils/_RussianText.cpp index 15cc1a17b..cdbd09b5b 100644 --- a/Utils/_RussianText.cpp +++ b/Utils/_RussianText.cpp @@ -4836,7 +4836,7 @@ STR16 gszMPMapscreenText[] = L" .", //You cannot change teams once the Laptop is unlocked. L". : ", //Random Mercs: L"", //Y - L":" //Difficulty: + L":", //Difficulty: L"Server Version:", };