Fix typo in CrateSpawner

This commit is contained in:
Smittytron
2018-12-26 21:03:45 -06:00
committed by reaperrr
parent 00faccdecc
commit a0089d97e6

View File

@@ -26,7 +26,7 @@ namespace OpenRA.Mods.Common.Traits
[Translate]
[Desc("Tooltip description for the crates checkbox in the lobby.")]
public readonly string CheckboxDescription = "Collect crates with units to recieve random bonuses or penalties";
public readonly string CheckboxDescription = "Collect crates with units to receive random bonuses or penalties";
[Desc("Default value of the crates checkbox in the lobby.")]
public readonly bool CheckboxEnabled = true;