← Back to team overview

widelands-dev team mailing list archive

[Merge] lp:~widelands-dev/widelands/bug1780401_rtfix into lp:widelands

 

hessenfarmer has proposed merging lp:~widelands-dev/widelands/bug1780401_rtfix into lp:widelands.

Commit message:
Bug fixed. Tested with the proposed method to validate the bug

Requested reviews:
  Widelands Developers (widelands-dev)
Related bugs:
  Bug #1780401 in widelands: "Richtext markup error in Empire Fortified Village"
  https://bugs.launchpad.net/widelands/+bug/1780401

For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/bug1780401_rtfix/+merge/349076
-- 
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/bug1780401_rtfix into lp:widelands.
=== modified file 'data/scripting/infrastructure.lua'
--- data/scripting/infrastructure.lua	2018-02-08 16:11:26 +0000
+++ data/scripting/infrastructure.lua	2018-07-06 20:32:19 +0000
@@ -166,7 +166,7 @@
    plr:send_message(
       -- TRANSLATORS: Short for "Not enough space"
       _"No Space",
-      rt(p(_([[Some of your starting buildings didn’t have enough room and weren’t built. You are at a disadvantage with this; consider restarting this map with a fair starting condition.]]))),
+      p(_([[Some of your starting buildings didn’t have enough room and weren’t built. You are at a disadvantage with this; consider restarting this map with a fair starting condition.]])),
       {popup=true, heading=_"Not enough space"}
    )
 end


Follow ups