From 921d3b927887bb4d435f58021bcef244bbf2a440 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Sun, 22 Nov 2015 21:52:23 +0100 Subject: [PATCH] Fix the description of ReturnToOrigin in Chronoshiftable.cs --- OpenRA.Mods.RA/Traits/Chronoshiftable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.RA/Traits/Chronoshiftable.cs b/OpenRA.Mods.RA/Traits/Chronoshiftable.cs index 43246ea059..afe0b9bbc8 100644 --- a/OpenRA.Mods.RA/Traits/Chronoshiftable.cs +++ b/OpenRA.Mods.RA/Traits/Chronoshiftable.cs @@ -23,7 +23,7 @@ namespace OpenRA.Mods.RA.Traits public readonly bool ExplodeInstead = false; public readonly string ChronoshiftSound = "chrono2.aud"; - [Desc("Should the actor return to its location after the chronoshift weared out?.")] + [Desc("Should the actor return to its previous location after the chronoshift weared out?")] public readonly bool ReturnToOrigin = true; [Desc("The color the bar of the 'return-to-origin' logic has.")]