Merge pull request #10079 from abcdefg30/cdesktypo

Fix the description of ReturnToOrigin in Chronoshiftable.cs
This commit is contained in:
Pavel Penev
2015-11-22 23:20:03 +02:00

View File

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