diff --git a/OpenRA.Mods.Common/Traits/Player/PlayerResources.cs b/OpenRA.Mods.Common/Traits/Player/PlayerResources.cs index d9a04092e598..897ae47b2505 100644 --- a/OpenRA.Mods.Common/Traits/Player/PlayerResources.cs +++ b/OpenRA.Mods.Common/Traits/Player/PlayerResources.cs @@ -47,7 +47,7 @@ public class PlayerResourcesInfo : TraitInfo, ILobbyOptions [Desc("Text notification to display when the player does not have any funds.")] public readonly string InsufficientFundsTextNotification = null; - [Desc("Delay (in ticks) during which warnings will be muted.")] + [Desc("Delay (in milliseconds) during which warnings will be muted.")] public readonly int InsufficientFundsNotificationInterval = 30000; [NotificationReference("Sounds")]