From 41056de1642297196ed707d2ef6f7685efe593c9 Mon Sep 17 00:00:00 2001 From: Flugente Date: Sun, 30 Jul 2017 09:31:15 +0000 Subject: [PATCH] Fix: wrong text displayed git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8435 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Utils/_ChineseText.cpp | 4 ++-- Utils/_DutchText.cpp | 4 ++-- Utils/_EnglishText.cpp | 4 ++-- Utils/_FrenchText.cpp | 4 ++-- Utils/_GermanText.cpp | 4 ++-- Utils/_ItalianText.cpp | 4 ++-- Utils/_PolishText.cpp | 4 ++-- Utils/_RussianText.cpp | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Utils/_ChineseText.cpp b/Utils/_ChineseText.cpp index 0fe9717e..bfe29ea5 100644 --- a/Utils/_ChineseText.cpp +++ b/Utils/_ChineseText.cpp @@ -11246,8 +11246,8 @@ STR16 szLaptopStatText[] = // TODO.Translate L"Friendly approach", L"Direct approach", - L"Friendly approach", - L"Friendly approach", + L"Threaten approach", + L"Recruit approach", }; // WANNE: Some Chinese specific strings that needs to be in unicode! diff --git a/Utils/_DutchText.cpp b/Utils/_DutchText.cpp index ff30936b..df59f632 100644 --- a/Utils/_DutchText.cpp +++ b/Utils/_DutchText.cpp @@ -11264,8 +11264,8 @@ STR16 szLaptopStatText[] = // TODO.Translate L"Friendly approach", L"Direct approach", - L"Friendly approach", - L"Friendly approach", + L"Threaten approach", + L"Recruit approach", }; #endif //DUTCH diff --git a/Utils/_EnglishText.cpp b/Utils/_EnglishText.cpp index 8a3ed6bf..6502fc4a 100644 --- a/Utils/_EnglishText.cpp +++ b/Utils/_EnglishText.cpp @@ -11245,8 +11245,8 @@ STR16 szLaptopStatText[] = L"Friendly approach", L"Direct approach", - L"Friendly approach", - L"Friendly approach", + L"Threaten approach", + L"Recruit approach", }; #endif //ENGLISH diff --git a/Utils/_FrenchText.cpp b/Utils/_FrenchText.cpp index 95134007..fe2fe475 100644 --- a/Utils/_FrenchText.cpp +++ b/Utils/_FrenchText.cpp @@ -11246,8 +11246,8 @@ STR16 szLaptopStatText[] = // TODO.Translate L"Friendly approach", L"Direct approach", - L"Friendly approach", - L"Friendly approach", + L"Threaten approach", + L"Recruit approach", }; #endif //FRENCH diff --git a/Utils/_GermanText.cpp b/Utils/_GermanText.cpp index 05ab0bab..1c9dd042 100644 --- a/Utils/_GermanText.cpp +++ b/Utils/_GermanText.cpp @@ -11076,8 +11076,8 @@ STR16 szLaptopStatText[] = // TODO.Translate L"Friendly approach", L"Direct approach", - L"Friendly approach", - L"Friendly approach", + L"Threaten approach", + L"Recruit approach", }; #endif //GERMAN diff --git a/Utils/_ItalianText.cpp b/Utils/_ItalianText.cpp index 3a786e93..13cdbb8d 100644 --- a/Utils/_ItalianText.cpp +++ b/Utils/_ItalianText.cpp @@ -11255,8 +11255,8 @@ STR16 szLaptopStatText[] = // TODO.Translate L"Friendly approach", L"Direct approach", - L"Friendly approach", - L"Friendly approach", + L"Threaten approach", + L"Recruit approach", }; #endif //ITALIAN diff --git a/Utils/_PolishText.cpp b/Utils/_PolishText.cpp index 11dfdb86..fac7f9ae 100644 --- a/Utils/_PolishText.cpp +++ b/Utils/_PolishText.cpp @@ -11268,8 +11268,8 @@ STR16 szLaptopStatText[] = // TODO.Translate L"Friendly approach", L"Direct approach", - L"Friendly approach", - L"Friendly approach", + L"Threaten approach", + L"Recruit approach", }; #endif //POLISH diff --git a/Utils/_RussianText.cpp b/Utils/_RussianText.cpp index 709066d9..ab1a149a 100644 --- a/Utils/_RussianText.cpp +++ b/Utils/_RussianText.cpp @@ -11249,8 +11249,8 @@ STR16 szLaptopStatText[] = // TODO.Translate L"Дружески", L"Прямо", - L"Дружески", - L"Дружески", + L"Threaten approach", + L"Recruit approach", }; #endif //RUSSIAN