Fix the Desc of MapOptionsInfo

This commit is contained in:
abcdefg30
2016-07-24 15:34:21 +02:00
parent 5c230803fe
commit 4ed2c53b1a

View File

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