diff --git a/OpenRA.Mods.Common/Traits/World/ScriptLobbyDropdown.cs b/OpenRA.Mods.Common/Traits/World/ScriptLobbyDropdown.cs index c88bca9197..026c00e47c 100644 --- a/OpenRA.Mods.Common/Traits/World/ScriptLobbyDropdown.cs +++ b/OpenRA.Mods.Common/Traits/World/ScriptLobbyDropdown.cs @@ -37,7 +37,7 @@ namespace OpenRA.Mods.Common.Traits [FieldLoader.Require] [TranslationReference(dictionaryReference: LintDictionaryReference.Values)] - [Desc("Difficulty levels supported by the map.")] + [Desc("Options to choose from.")] public readonly Dictionary Values = null; [Desc("Prevent the option from being changed from its default value.")]