From aa5a28ac3310908e7d56a4f73240e3d7592a3189 Mon Sep 17 00:00:00 2001 From: Flugente Date: Wed, 25 Dec 2013 15:09:58 +0000 Subject: [PATCH] Fix: invalid text git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6710 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Utils/_ChineseText.cpp | 2 +- Utils/_DutchText.cpp | 2 +- Utils/_EnglishText.cpp | 2 +- Utils/_FrenchText.cpp | 2 +- Utils/_GermanText.cpp | 2 +- Utils/_ItalianText.cpp | 2 +- Utils/_PolishText.cpp | 2 +- Utils/_RussianText.cpp | 2 +- Utils/_TaiwaneseText.cpp | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Utils/_ChineseText.cpp b/Utils/_ChineseText.cpp index 964a1cc0d..19c854d87 100644 --- a/Utils/_ChineseText.cpp +++ b/Utils/_ChineseText.cpp @@ -8207,7 +8207,7 @@ STR16 szCampaignHistoryDetail[]= L"south", L"west", - L"Buildings in the sector were damaged. %s civilians were killed and %s wounded.", + L"Buildings in the sector were damaged. %d civilians were killed and %d wounded.", L"During the attack, %s and %s called reinforcements.", L"During the attack, %s called reinforcements.", L"Eyewitnesses report the use of chemical weapons from both sides.", diff --git a/Utils/_DutchText.cpp b/Utils/_DutchText.cpp index 46c38bd89..987287e10 100644 --- a/Utils/_DutchText.cpp +++ b/Utils/_DutchText.cpp @@ -8221,7 +8221,7 @@ STR16 szCampaignHistoryDetail[]= L"south", L"west", - L"Buildings in the sector were damaged. %s civilians were killed and %s wounded.", + L"Buildings in the sector were damaged. %d civilians were killed and %d wounded.", L"During the attack, %s and %s called reinforcements.", L"During the attack, %s called reinforcements.", L"Eyewitnesses report the use of chemical weapons from both sides.", diff --git a/Utils/_EnglishText.cpp b/Utils/_EnglishText.cpp index aaccd0357..5f69a0a7d 100644 --- a/Utils/_EnglishText.cpp +++ b/Utils/_EnglishText.cpp @@ -8208,7 +8208,7 @@ STR16 szCampaignHistoryDetail[]= L"south", L"west", - L"Buildings in the sector were damaged. %s civilians were killed and %s wounded.", + L"Buildings in the sector were damaged. %d civilians were killed and %d wounded.", L"During the attack, %s and %s called reinforcements.", L"During the attack, %s called reinforcements.", L"Eyewitnesses report the use of chemical weapons from both sides.", diff --git a/Utils/_FrenchText.cpp b/Utils/_FrenchText.cpp index 3d9a9d34a..18ae866e9 100644 --- a/Utils/_FrenchText.cpp +++ b/Utils/_FrenchText.cpp @@ -8197,7 +8197,7 @@ STR16 szCampaignHistoryDetail[]= L"south", L"west", - L"Buildings in the sector were damaged. %s civilians were killed and %s wounded.", + L"Buildings in the sector were damaged. %d civilians were killed and %d wounded.", L"During the attack, %s and %s called reinforcements.", L"During the attack, %s called reinforcements.", L"Eyewitnesses report the use of chemical weapons from both sides.", diff --git a/Utils/_GermanText.cpp b/Utils/_GermanText.cpp index 46349e945..4aefa65f3 100644 --- a/Utils/_GermanText.cpp +++ b/Utils/_GermanText.cpp @@ -8028,7 +8028,7 @@ STR16 szCampaignHistoryDetail[]= L"south", L"west", - L"Buildings in the sector were damaged. %s civilians were killed and %s wounded.", + L"Buildings in the sector were damaged. %d civilians were killed and %d wounded.", L"During the attack, %s and %s called reinforcements.", L"During the attack, %s called reinforcements.", L"Eyewitnesses report the use of chemical weapons from both sides.", diff --git a/Utils/_ItalianText.cpp b/Utils/_ItalianText.cpp index 9e07e6aaf..1bc71e9e6 100644 --- a/Utils/_ItalianText.cpp +++ b/Utils/_ItalianText.cpp @@ -8209,7 +8209,7 @@ STR16 szCampaignHistoryDetail[]= L"south", L"west", - L"Buildings in the sector were damaged. %s civilians were killed and %s wounded.", + L"Buildings in the sector were damaged. %d civilians were killed and %d wounded.", L"During the attack, %s and %s called reinforcements.", L"During the attack, %s called reinforcements.", L"Eyewitnesses report the use of chemical weapons from both sides.", diff --git a/Utils/_PolishText.cpp b/Utils/_PolishText.cpp index e53e2471d..8befed91b 100644 --- a/Utils/_PolishText.cpp +++ b/Utils/_PolishText.cpp @@ -8234,7 +8234,7 @@ STR16 szCampaignHistoryDetail[]= L"south", L"west", - L"Buildings in the sector were damaged. %s civilians were killed and %s wounded.", + L"Buildings in the sector were damaged. %d civilians were killed and %d wounded.", L"During the attack, %s and %s called reinforcements.", L"During the attack, %s called reinforcements.", L"Eyewitnesses report the use of chemical weapons from both sides.", diff --git a/Utils/_RussianText.cpp b/Utils/_RussianText.cpp index c580614e3..de2cc1d0e 100644 --- a/Utils/_RussianText.cpp +++ b/Utils/_RussianText.cpp @@ -8207,7 +8207,7 @@ STR16 szCampaignHistoryDetail[]= L"south", L"west", - L"Buildings in the sector were damaged. %s civilians were killed and %s wounded.", + L"Buildings in the sector were damaged. %d civilians were killed and %d wounded.", L"During the attack, %s and %s called reinforcements.", L"During the attack, %s called reinforcements.", L"Eyewitnesses report the use of chemical weapons from both sides.", diff --git a/Utils/_TaiwaneseText.cpp b/Utils/_TaiwaneseText.cpp index 47d9429e3..b0ab3e072 100644 --- a/Utils/_TaiwaneseText.cpp +++ b/Utils/_TaiwaneseText.cpp @@ -8225,7 +8225,7 @@ STR16 szCampaignHistoryDetail[]= L"south", L"west", - L"Buildings in the sector were damaged. %s civilians were killed and %s wounded.", + L"Buildings in the sector were damaged. %d civilians were killed and %d wounded.", L"During the attack, %s and %s called reinforcements.", L"During the attack, %s called reinforcements.", L"Eyewitnesses report the use of chemical weapons from both sides.",