Add a missing space in the Template description

This commit is contained in:
abcdefg30
2015-02-16 18:03:58 +01:00
parent 3c4d712b78
commit c5a5bb0844

View File

@@ -17,7 +17,7 @@ namespace OpenRA.Mods.D2k.Traits
{
public class LaysTerrainInfo : ITraitInfo, Requires<BuildingInfo>
{
[Desc("The terrain template to place. If the template is PickAny, then" +
[Desc("The terrain template to place. If the template is PickAny, then " +
"the actor footprint will be filled with this tile.")]
public readonly ushort Template = 0;