Strip trailing whitespace.

This commit is contained in:
Mark de Wever 2010-07-31 08:05:26 +00:00
parent 509e9e8404
commit 2f8f6e2b78
2 changed files with 5 additions and 5 deletions

View file

@ -32,7 +32,7 @@ _"No gold carried over to the next scenario."#enddef
#define ALTERNATIVE_OBJECTIVE OBJECTIVE_TEXT
[objective]
description="<span color='white'>" + _ "Alternative objective:" + "</span>
<span color='green'>" + {OBJECTIVE_TEXT} + "</span> "
<span color='green'>" + {OBJECTIVE_TEXT} + "</span> "
condition=win
[/objective]
#enddef
@ -40,7 +40,7 @@ _"No gold carried over to the next scenario."#enddef
#define ALTERNATIVE_OBJECTIVE_BONUS OBJECTIVE_TEXT
[objective]
description="<span color='white'>" + _ "Alternative objective:" + "</span>
<span color='green'>" + {OBJECTIVE_TEXT} + "</span> " + {EARLY_FINISH_BONUS_CAPTION}
<span color='green'>" + {OBJECTIVE_TEXT} + "</span> " + {EARLY_FINISH_BONUS_CAPTION}
condition=win
[/objective]
#enddef

View file

@ -117,9 +117,9 @@ x,y=1-999,1-999 #enddef
map_data="usage=map
border_size=1
Gg , Gg , Gg , Gg
Gg , 1 Gg , 2 Gg , Gg
Gg , Gg , Gg , Gg
Gg , Gg , Gg , Gg
Gg , 1 Gg , 2 Gg , Gg
Gg , Gg , Gg , Gg
"
#enddef