From 4ed2c53b1ac7dd6dcb93990dc471f50bd45743f0 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Sun, 24 Jul 2016 15:34:21 +0200 Subject: [PATCH] Fix the Desc of MapOptionsInfo --- OpenRA.Mods.Common/Traits/World/MapOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")]