Author: silene
Date: Sun Apr 12 00:20:19 2009
New Revision: 34741

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34741&view=rev
Log:
Fixed incorrect Pango markup.

Modified:
    trunk/data/campaigns/tutorial/scenarios/2_Speaking.cfg

Modified: trunk/data/campaigns/tutorial/scenarios/2_Speaking.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/tutorial/scenarios/2_Speaking.cfg?rev=34741&r1=34740&r2=34741&view=diff
==============================================================================
--- trunk/data/campaigns/tutorial/scenarios/2_Speaking.cfg (original)
+++ trunk/data/campaigns/tutorial/scenarios/2_Speaking.cfg Sun Apr 12 00:20:19 
2009
@@ -23,7 +23,7 @@
 #enddef
 
 #define UNDO_REMINDER
-    {NARRATOR (_"*Remember:
+    {NARRATOR (_"<big>Remember:</big>
 You can press 'u' to undo most things; useful for correcting mistakes.")}
     [allow_undo][/allow_undo]
 #enddef
@@ -36,8 +36,8 @@
     [message]
         speaker=narrator
         image=portraits/elves/captain.png
-        message=_ "<big>Galdrad" + "
-" + {MESSAGE_TEXT} + "</big>"
+        message="<big>" + _ "Galdrad" + "</big>
+" + {MESSAGE_TEXT}
     [/message]
 #enddef
 
@@ -46,8 +46,8 @@
     [message]
         speaker=narrator
         image=portraits/elves/captain.png
-        message=_ "<big>Galdrad" + "
-" + {MESSAGE_TEXT} + "</big>"
+        message="<big>" + _ "Galdrad" + "</big>
+" + {MESSAGE_TEXT}
     [/message]
 #enddef
 
@@ -59,8 +59,8 @@
     [message]
         speaker=narrator
         image=portraits/elves/captain.png
-        message=_ "<big>Galdrad" + "
-" + {MESSAGE_TEXT} + "</big>"
+        message="<big>" + _ "Galdrad" + "</big>
+" + {MESSAGE_TEXT}
     [/message]
 #enddef
 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to