Skip to content

Commit

Permalink
Update Content.Client/CosmaticDrift/CryoSleep/AcceptCryoWindow.cs
Browse files Browse the repository at this point in the history
Co-authored-by: DEATHB4DEFEAT <[email protected]>
  • Loading branch information
Finket and DEATHB4DEFEAT authored Jan 20, 2024
1 parent d67a5bc commit d6d6764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Client/CosmaticDrift/CryoSleep/AcceptCryoWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ public AcceptCryoWindow()
{
Title = Loc.GetString("accept-cryo-window-title");

AcceptButton = new Button() {Text = Loc.GetString("accept-cryo-window-accept-button")};
DenyButton = new Button() { Text = Loc.GetString("accept-cryo-window-deny-button")};
AcceptButton = new Button() { Text = Loc.GetString("accept-cryo-window-accept-button") };
DenyButton = new Button() { Text = Loc.GetString("accept-cryo-window-deny-button") };

// This one holds the buttons
ButtonBox = new BoxContainer()
Expand Down

0 comments on commit d6d6764

Please sign in to comment.