diff --git a/OpenRA.Mods.Common/Traits/World/MapOptions.cs b/OpenRA.Mods.Common/Traits/World/MapOptions.cs index 31100680d8..c7ebe3925b 100644 --- a/OpenRA.Mods.Common/Traits/World/MapOptions.cs +++ b/OpenRA.Mods.Common/Traits/World/MapOptions.cs @@ -15,7 +15,7 @@ using OpenRA.Traits; namespace OpenRA.Mods.Common.Traits { - [Desc("Controls the map difficulty, tech level, and short game lobby options.")] + [Desc("Controls the game speed, tech level, and short game lobby options.")] public class MapOptionsInfo : ITraitInfo, ILobbyOptions { [Desc("Default value of the short game checkbox in the lobby.")]