diff --git a/OpenRA.Mods.Common/Traits/World/CrateSpawner.cs b/OpenRA.Mods.Common/Traits/World/CrateSpawner.cs index 31e03d7edc..2ab708217c 100644 --- a/OpenRA.Mods.Common/Traits/World/CrateSpawner.cs +++ b/OpenRA.Mods.Common/Traits/World/CrateSpawner.cs @@ -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;