From f428a44bfc28a258ba59af82d8aa5437e3ec9474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Mon, 28 Aug 2023 19:49:28 +0200 Subject: [PATCH] This is not just about difficulty. --- OpenRA.Mods.Common/Traits/World/ScriptLobbyDropdown.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")]