From 25ff1433497ae7680d13b3af7c23cce61a1a7d1a Mon Sep 17 00:00:00 2001 From: mattsc Date: Mon, 18 Aug 2014 07:34:59 -0700 Subject: [PATCH] MAI test scenario: fix string that caused trouble for translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Somehow the combination of “” and new lines caused the string to be terminated prematurely when it was extracted into the .pot file. Fixed by removing the “”. --- data/ai/micro_ais/scenarios/The_Elves_Besieged.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/ai/micro_ais/scenarios/The_Elves_Besieged.cfg b/data/ai/micro_ais/scenarios/The_Elves_Besieged.cfg index c57d02d2f575..e22383569c7a 100644 --- a/data/ai/micro_ais/scenarios/The_Elves_Besieged.cfg +++ b/data/ai/micro_ais/scenarios/The_Elves_Besieged.cfg @@ -215,7 +215,7 @@ message= _ "There are too many to fight, far too many. We must escape!" [/message] # wmllint: unbalanced-on - {MESSAGE narrator "wesnoth-icon.png" "" _"This is a reenactment of scenario ""The Elves Besieged"" of the mainline campaign ""Heir to the Throne"", just that the AI is playing Konrad's side here. The goal is to move Konrad to the signpost in the northwest, while keeping both Konrad and Delfador alive. The same AI as in scenario ""Protect Unit"" is used. + {MESSAGE narrator "wesnoth-icon.png" "" _"This is a reenactment of scenario The Elves Besieged of the mainline campaign Heir to the Throne, just that the AI is playing Konrad's side here. The goal is to move Konrad to the signpost in the northwest, while keeping both Konrad and Delfador alive. The same AI as in scenario Protect Unit is used. Note: The Protect Unit AI is coded as a Micro AI. A Micro AI can be added and adapted to the need of a scenario easily using only WML and the [micro_ai] tag. Check out the Micro AI wiki page at http://wiki.wesnoth.org/Micro_AIs for more information."} # wmllint: unbalanced-off