From: Menshin Date: Tue, 4 Feb 2025 22:56:42 +0000 (+0100) Subject: Dehardcoded Space Heaters UI window title (#34884) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=5af55bbf2bfb8f82e1a199b352e9b12aaded756b;p=space-station-14.git Dehardcoded Space Heaters UI window title (#34884) --- diff --git a/Content.Client/Atmos/UI/SpaceHeaterWindow.xaml b/Content.Client/Atmos/UI/SpaceHeaterWindow.xaml index 1b7bd490b8..003a2203d5 100644 --- a/Content.Client/Atmos/UI/SpaceHeaterWindow.xaml +++ b/Content.Client/Atmos/UI/SpaceHeaterWindow.xaml @@ -1,6 +1,6 @@ + MinSize="280 160" Title="{Loc comp-space-heater-ui-title}"> diff --git a/Resources/Locale/en-US/components/space-heater-component.ftl b/Resources/Locale/en-US/components/space-heater-component.ftl index 48cd17cbf1..a9089e7559 100644 --- a/Resources/Locale/en-US/components/space-heater-component.ftl +++ b/Resources/Locale/en-US/components/space-heater-component.ftl @@ -1,4 +1,5 @@ -comp-space-heater-ui-thermostat = Thermostat: +comp-space-heater-ui-title = Temperature Control Unit +comp-space-heater-ui-thermostat = Thermostat: comp-space-heater-ui-mode = Mode comp-space-heater-ui-status-disabled = Off comp-space-heater-ui-status-enabled = On