diff --git a/OpenRA.Mods.Common/ServerTraits/LobbyCommands.cs b/OpenRA.Mods.Common/ServerTraits/LobbyCommands.cs index 72161d3bf2..bf8b372fad 100644 --- a/OpenRA.Mods.Common/ServerTraits/LobbyCommands.cs +++ b/OpenRA.Mods.Common/ServerTraits/LobbyCommands.cs @@ -417,8 +417,8 @@ namespace OpenRA.Mods.Common.Server bool.TryParse(s, out server.LobbyInfo.GlobalSettings.AllowCheats); server.SyncLobbyGlobalSettings(); - server.SendMessage("{0} {1} Developer Cheats." - .F(client.Name, server.LobbyInfo.GlobalSettings.AllowCheats ? "allowed" : "disallowed")); + server.SendMessage("{0} {1} the Debug Menu." + .F(client.Name, server.LobbyInfo.GlobalSettings.AllowCheats ? "enabled" : "disabled")); return true; } diff --git a/mods/cnc/chrome/ingame-debug.yaml b/mods/cnc/chrome/ingame-debug.yaml index 2d7e82815f..c1790aaf42 100644 --- a/mods/cnc/chrome/ingame-debug.yaml +++ b/mods/cnc/chrome/ingame-debug.yaml @@ -50,7 +50,7 @@ Container@DEBUG_PANEL: Height: 20 Width: 200 Font: Regular - Text: Disable visibility checks + Text: Disable Visibility Checks Button@GIVE_CASH: X: 90 Y: 145 diff --git a/mods/ra/chrome/ingame-debug.yaml b/mods/ra/chrome/ingame-debug.yaml index 316ccb20c6..9353046b37 100644 --- a/mods/ra/chrome/ingame-debug.yaml +++ b/mods/ra/chrome/ingame-debug.yaml @@ -51,7 +51,7 @@ Container@DEBUG_PANEL: Height: 20 Width: 200 Font: Regular - Text: Disable visibility checks + Text: Disable Visibility Checks Button@GIVE_CASH: X: 90 Y: 150