From 251b7b51f27a840bea9b5c64dd5ab9a4d036e91e Mon Sep 17 00:00:00 2001 From: Flugente Date: Sun, 12 Jul 2015 21:24:28 +0000 Subject: [PATCH] added missing line breaks git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7911 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 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Utils/_ChineseText.cpp b/Utils/_ChineseText.cpp index b44b1d5fe..39467f1b5 100644 --- a/Utils/_ChineseText.cpp +++ b/Utils/_ChineseText.cpp @@ -8278,7 +8278,7 @@ STR16 szBackgroundText_Value[]= L"Can spot tracks up to %d tiles away\n", L" %s%d%% initial distance to enemy in ambush\n", - L" dislikes some other backgrounds", // TODO.Translate + L" dislikes some other backgrounds\n", // TODO.Translate L"Smoker", L"Nonsmoker", }; diff --git a/Utils/_DutchText.cpp b/Utils/_DutchText.cpp index f22f6073b..26a997ace 100644 --- a/Utils/_DutchText.cpp +++ b/Utils/_DutchText.cpp @@ -8291,7 +8291,7 @@ STR16 szBackgroundText_Value[]= L"Can spot tracks up to %d tiles away\n", L" %s%d%% initial distance to enemy in ambush\n", - L" dislikes some other backgrounds", // TODO.Translate + L" dislikes some other backgrounds\n", // TODO.Translate L"Smoker", L"Nonsmoker", }; diff --git a/Utils/_EnglishText.cpp b/Utils/_EnglishText.cpp index 257a1a394..ff64741a9 100644 --- a/Utils/_EnglishText.cpp +++ b/Utils/_EnglishText.cpp @@ -8276,7 +8276,7 @@ STR16 szBackgroundText_Value[]= L"Can spot tracks up to %d tiles away\n", L" %s%d%% initial distance to enemy in ambush\n", - L" dislikes some other backgrounds", + L" dislikes some other backgrounds\n", L"Smoker", L"Nonsmoker", }; diff --git a/Utils/_FrenchText.cpp b/Utils/_FrenchText.cpp index a1faefc52..f21dbc88b 100644 --- a/Utils/_FrenchText.cpp +++ b/Utils/_FrenchText.cpp @@ -8277,7 +8277,7 @@ STR16 szBackgroundText_Value[]= L"Can spot tracks up to %d tiles away\n", L" %s%d%% initial distance to enemy in ambush\n", - L" dislikes some other backgrounds", // TODO.Translate + L" dislikes some other backgrounds\n", // TODO.Translate L"Smoker", L"Nonsmoker", }; diff --git a/Utils/_GermanText.cpp b/Utils/_GermanText.cpp index 55fa6cfc5..e5394a28a 100644 --- a/Utils/_GermanText.cpp +++ b/Utils/_GermanText.cpp @@ -8108,7 +8108,7 @@ STR16 szBackgroundText_Value[]= L"Can spot tracks up to %d tiles away\n", L" %s%d%% initial distance to enemy in ambush\n", - L" dislikes some other backgrounds", // TODO.Translate + L" dislikes some other backgrounds\n", // TODO.Translate L"Smoker", L"Nonsmoker", }; diff --git a/Utils/_ItalianText.cpp b/Utils/_ItalianText.cpp index d19adb235..cd61b649a 100644 --- a/Utils/_ItalianText.cpp +++ b/Utils/_ItalianText.cpp @@ -8286,7 +8286,7 @@ STR16 szBackgroundText_Value[]= L"Can spot tracks up to %d tiles away\n", L" %s%d%% initial distance to enemy in ambush\n", - L" dislikes some other backgrounds", // TODO.Translate + L" dislikes some other backgrounds\n", // TODO.Translate L"Smoker", L"Nonsmoker", }; diff --git a/Utils/_PolishText.cpp b/Utils/_PolishText.cpp index b54df6f72..093d47d0f 100644 --- a/Utils/_PolishText.cpp +++ b/Utils/_PolishText.cpp @@ -8303,7 +8303,7 @@ STR16 szBackgroundText_Value[]= L"Can spot tracks up to %d tiles away\n", L" %s%d%% initial distance to enemy in ambush\n", - L" dislikes some other backgrounds", // TODO.Translate + L" dislikes some other backgrounds\n", // TODO.Translate L"Smoker", L"Nonsmoker", }; diff --git a/Utils/_RussianText.cpp b/Utils/_RussianText.cpp index 66a0e9644..1226e13d1 100644 --- a/Utils/_RussianText.cpp +++ b/Utils/_RussianText.cpp @@ -8276,7 +8276,7 @@ STR16 szBackgroundText_Value[]= L"Can spot tracks up to %d tiles away\n", L" %s%d%% initial distance to enemy in ambush\n", - L" dislikes some other backgrounds", // TODO.Translate + L" dislikes some other backgrounds\n", // TODO.Translate L"Smoker", L"Nonsmoker", };