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.")]