Merge pull request #9590 from pchote/fix-debug-case
Fix debug menu terminology.
This commit is contained in:
@@ -417,8 +417,8 @@ namespace OpenRA.Mods.Common.Server
|
|||||||
|
|
||||||
bool.TryParse(s, out server.LobbyInfo.GlobalSettings.AllowCheats);
|
bool.TryParse(s, out server.LobbyInfo.GlobalSettings.AllowCheats);
|
||||||
server.SyncLobbyGlobalSettings();
|
server.SyncLobbyGlobalSettings();
|
||||||
server.SendMessage("{0} {1} Developer Cheats."
|
server.SendMessage("{0} {1} the Debug Menu."
|
||||||
.F(client.Name, server.LobbyInfo.GlobalSettings.AllowCheats ? "allowed" : "disallowed"));
|
.F(client.Name, server.LobbyInfo.GlobalSettings.AllowCheats ? "enabled" : "disabled"));
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ Container@DEBUG_PANEL:
|
|||||||
Height: 20
|
Height: 20
|
||||||
Width: 200
|
Width: 200
|
||||||
Font: Regular
|
Font: Regular
|
||||||
Text: Disable visibility checks
|
Text: Disable Visibility Checks
|
||||||
Button@GIVE_CASH:
|
Button@GIVE_CASH:
|
||||||
X: 90
|
X: 90
|
||||||
Y: 145
|
Y: 145
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ Container@DEBUG_PANEL:
|
|||||||
Height: 20
|
Height: 20
|
||||||
Width: 200
|
Width: 200
|
||||||
Font: Regular
|
Font: Regular
|
||||||
Text: Disable visibility checks
|
Text: Disable Visibility Checks
|
||||||
Button@GIVE_CASH:
|
Button@GIVE_CASH:
|
||||||
X: 90
|
X: 90
|
||||||
Y: 150
|
Y: 150
|
||||||
|
|||||||
Reference in New Issue
Block a user