]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Dehardcoded Space Heaters UI window title (#34884)
authorMenshin <Menshin@users.noreply.github.com>
Tue, 4 Feb 2025 22:56:42 +0000 (23:56 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2025 22:56:42 +0000 (23:56 +0100)
Content.Client/Atmos/UI/SpaceHeaterWindow.xaml
Resources/Locale/en-US/components/space-heater-component.ftl

index 1b7bd490b85dfbf67a34ea5b42b9dbc6c2900514..003a2203d562cd0c43dd5a7ee4b7834a9d0afceb 100644 (file)
@@ -1,6 +1,6 @@
 <DefaultWindow xmlns="https://spacestation14.io"
                xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
-               MinSize="280 160" Title="Temperature Control Unit">
+               MinSize="280 160" Title="{Loc comp-space-heater-ui-title}">
 
     <BoxContainer Name="VboxContainer" Orientation="Vertical" Margin="5 5 5 5" SeparationOverride="10">
 
index 48cd17cbf1dce4edbe19a6b89e03affcd02cdc56..a9089e75591f1f63f984414c32384ecc6e276414 100644 (file)
@@ -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