Change lobby options description to make sense in both disabled and enabled state

This commit is contained in:
Ivaylo Draganov
2021-09-27 16:06:20 +03:00
committed by Smittytron
parent 9bcbbdd3fc
commit 091d756c14
88 changed files with 91 additions and 91 deletions

View File

@@ -28,7 +28,7 @@ namespace OpenRA.Mods.Common.Traits
public readonly string DropdownLabel = "Starting Units";
[Desc("Tooltip description for the starting units option in the lobby.")]
public readonly string DropdownDescription = "Change the units that you start the game with";
public readonly string DropdownDescription = "The units that players start the game with";
[Desc("Prevent the starting units option from being changed in the lobby.")]
public readonly bool DropdownLocked = false;