Fix casing in Show BB button

This commit is contained in:
DrSmugleaf
2020-12-17 13:08:20 +01:00
parent fe71789dd7
commit 3d60965fd9

View File

@@ -76,7 +76,7 @@ namespace Content.Client.Sandbox
ShowMarkersButton = new Button { Text = Loc.GetString("Show Spawns"), ToggleMode = true };
vBox.AddChild(ShowMarkersButton);
ShowBbButton = new Button { Text = Loc.GetString("Show Bb"), ToggleMode = true };
ShowBbButton = new Button { Text = Loc.GetString("Show BB"), ToggleMode = true };
vBox.AddChild(ShowBbButton);
MachineLinkingButton = new Button { Text = Loc.GetString("Link machines"), ToggleMode = true };