From c5a5bb08440351ee82cad8e7b5897d3ed9f448b8 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Mon, 16 Feb 2015 18:03:58 +0100 Subject: [PATCH] Add a missing space in the Template description --- OpenRA.Mods.D2k/Traits/Buildings/LaysTerrain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;