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.",