diff --git a/OpenRA.Mods.D2k/Traits/Buildings/LaysTerrain.cs b/OpenRA.Mods.D2k/Traits/Buildings/LaysTerrain.cs index 950c890dcf..7788feb1d1 100644 --- a/OpenRA.Mods.D2k/Traits/Buildings/LaysTerrain.cs +++ b/OpenRA.Mods.D2k/Traits/Buildings/LaysTerrain.cs @@ -17,7 +17,7 @@ namespace OpenRA.Mods.D2k.Traits { public class LaysTerrainInfo : ITraitInfo, Requires { - [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;