From 7b700ac5c29ff04aaaa8c6302695660c208667ab Mon Sep 17 00:00:00 2001 From: Wanne Date: Mon, 17 Nov 2014 19:51:08 +0000 Subject: [PATCH] Merged from revision: 7657 Fixed missing "," for pHelicopterEtaStrings[] for Dutch, Italian, Polish and Russian Version (thx to Woquit) git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7658 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Utils/_DutchText.cpp | 2 +- Utils/_ItalianText.cpp | 2 +- Utils/_PolishText.cpp | 2 +- Utils/_RussianText.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Utils/_DutchText.cpp b/Utils/_DutchText.cpp index 6d8c5d3e..01aa8309 100644 --- a/Utils/_DutchText.cpp +++ b/Utils/_DutchText.cpp @@ -3481,7 +3481,7 @@ STR16 pHelicopterEtaStrings[] = L"Skyrider", L"Aanvoer", // L"Arrivals", L"Helicopter is seriously damaged and must land in hostile territory!", // warning that the sector the helicopter is going to use for refueling is under enemy control -> // TODO.Translate - L"Helicopter will now return straight to base, do you want to drop down passengers before?" // TODO.Translate + L"Helicopter will now return straight to base, do you want to drop down passengers before?", // TODO.Translate L"Remaining Fuel:", // TODO.Translate L"Dist. To Refuel Site:", // TODO.Translate }; diff --git a/Utils/_ItalianText.cpp b/Utils/_ItalianText.cpp index 72f02d8d..91752f3a 100644 --- a/Utils/_ItalianText.cpp +++ b/Utils/_ItalianText.cpp @@ -3477,7 +3477,7 @@ STR16 pHelicopterEtaStrings[] = L"Skyrider", L"Arrivi", L"Helicopter is seriously damaged and must land in hostile territory!", // warning that the sector the helicopter is going to use for refueling is under enemy control -> // TODO.Translate - L"Helicopter will now return straight to base, do you want to drop down passengers before?" // TODO.Translate + L"Helicopter will now return straight to base, do you want to drop down passengers before?", // TODO.Translate L"Remaining Fuel:", // TODO.Translate L"Dist. To Refuel Site:", // TODO.Translate }; diff --git a/Utils/_PolishText.cpp b/Utils/_PolishText.cpp index f9e5f194..25739a6d 100644 --- a/Utils/_PolishText.cpp +++ b/Utils/_PolishText.cpp @@ -3490,7 +3490,7 @@ STR16 pHelicopterEtaStrings[] = L"Skyrider", L"Pasażerowie", L"Helikopter został poważnie uszkodzony i musi wylądować na terenie wroga!", // warning that the sector the helicopter is going to use for refueling is under enemy control -> - L"Helikopter powróci teraz wprost do bazy, czy chcesz najpierw wysadzić pasażerów?" + L"Helikopter powróci teraz wprost do bazy, czy chcesz najpierw wysadzić pasażerów?", L"Remaining Fuel:", // TODO.Translate L"Dist. To Refuel Site:", // TODO.Translate }; diff --git a/Utils/_RussianText.cpp b/Utils/_RussianText.cpp index 6163f140..8d2ad909 100644 --- a/Utils/_RussianText.cpp +++ b/Utils/_RussianText.cpp @@ -3478,7 +3478,7 @@ STR16 pHelicopterEtaStrings[] = L"Вертолёт", L"Высадка", L"Вертолет серьезно поврежден и идет на вынужденную посадку во вражеской территории!", // warning that the sector the helicopter is going to use for refueling is under enemy control -> - L"Вертолет возвращается на базу, высадить сначала пассажиров?" + L"Вертолет возвращается на базу, высадить сначала пассажиров?", L"Остаток топлива:", L"Расстояние до места дозаправки:", };