Dehardcoded Space Heaters UI window title (#34884)
This commit is contained in:
@@ -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">
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user