From d6d67645df224d2f747a28ffb0c55dfbdba10c65 Mon Sep 17 00:00:00 2001 From: Finket <42383212+Finket@users.noreply.github.com> Date: Sat, 20 Jan 2024 17:25:29 +0200 Subject: [PATCH] Update Content.Client/CosmaticDrift/CryoSleep/AcceptCryoWindow.cs Co-authored-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com> --- Content.Client/CosmaticDrift/CryoSleep/AcceptCryoWindow.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Client/CosmaticDrift/CryoSleep/AcceptCryoWindow.cs b/Content.Client/CosmaticDrift/CryoSleep/AcceptCryoWindow.cs index 8c99428364..39254978b2 100644 --- a/Content.Client/CosmaticDrift/CryoSleep/AcceptCryoWindow.cs +++ b/Content.Client/CosmaticDrift/CryoSleep/AcceptCryoWindow.cs @@ -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()