diff --git a/OpenRA.Mods.Cnc/Widgets/ProductionTabsWidget.cs b/OpenRA.Mods.Cnc/Widgets/ProductionTabsWidget.cs index a25fa0af3d..3e585f4fe5 100755 --- a/OpenRA.Mods.Cnc/Widgets/ProductionTabsWidget.cs +++ b/OpenRA.Mods.Cnc/Widgets/ProductionTabsWidget.cs @@ -248,7 +248,7 @@ namespace OpenRA.Mods.Cnc.Widgets if ((leftPressed && !leftDisabled) || (rightPressed && !rightDisabled)) Sound.PlayNotification(null, "Sounds", "ClickSound", null); else - Sound.PlayNotification(null, "Sounds", "DisabledClickSound", null); + Sound.PlayNotification(null, "Sounds", "ClickDisabledSound", null); } // Check production tabs