From 0ae63839379e0a8bc03ca25f032c2d49e56521ce Mon Sep 17 00:00:00 2001 From: Lukas Werling Date: Tue, 19 Dec 2017 21:10:16 +0100 Subject: [PATCH] Fix German translation of Goal_Expansion (#1967) Not sure why the US format string worked before, but not the DE one. --- planet/Objects.ocd/Goals.ocd/Expansion.ocd/StringTblDE.txt | 2 +- planet/Objects.ocd/Goals.ocd/Expansion.ocd/StringTblUS.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/planet/Objects.ocd/Goals.ocd/Expansion.ocd/StringTblDE.txt b/planet/Objects.ocd/Goals.ocd/Expansion.ocd/StringTblDE.txt index 40c95fbc2..4e8072792 100644 --- a/planet/Objects.ocd/Goals.ocd/Expansion.ocd/StringTblDE.txt +++ b/planet/Objects.ocd/Goals.ocd/Expansion.ocd/StringTblDE.txt @@ -2,4 +2,4 @@ Name=Ausbreitung #Goal window MsgGoalFulfilled=Du hast deine Ausbreitungsziele erreicht. -MsgGoalUnFulfilled=Dehne deine Herrschaft aus, durch das bauen der Flaggen. Momentan kontrollierst du erst %d% der gefragter Herrschaft. \ No newline at end of file +MsgGoalUnFulfilled=Dehne deine Herrschaft aus, indem du Flaggen baust. Momentan kontrollierst du erst %d%% des notwendigen Bereichs. diff --git a/planet/Objects.ocd/Goals.ocd/Expansion.ocd/StringTblUS.txt b/planet/Objects.ocd/Goals.ocd/Expansion.ocd/StringTblUS.txt index 78a3b182b..c8146c10c 100644 --- a/planet/Objects.ocd/Goals.ocd/Expansion.ocd/StringTblUS.txt +++ b/planet/Objects.ocd/Goals.ocd/Expansion.ocd/StringTblUS.txt @@ -2,4 +2,4 @@ Name=Expansion #Goal window MsgGoalFulfilled=You have reached your expansion goals. -MsgGoalUnFulfilled=Expand your control region by constructing flags. Currently you only control %d% of the demanded region. \ No newline at end of file +MsgGoalUnFulfilled=Expand your control region by constructing flags. Currently you only control %d%% of the demanded region.