Fix gas-analyzer-window-refresh-button

This commit is half an excuse to restart the servers via update because I just changed the config.
This commit is contained in:
Pieter-Jan Briers
2021-11-17 02:05:28 +01:00
parent 8c98038692
commit 95351a271d

View File

@@ -101,7 +101,7 @@ namespace Content.Client.Atmos.UI
MinSize = (20, 0),
HorizontalExpand = true,
},
(refreshButton = new Button {Text = "gas-analyzer-window-refresh-button"}), //TODO: refresh icon?
(refreshButton = new Button {Text = Loc.GetString("gas-analyzer-window-refresh-button")}), //TODO: refresh icon?
new Control
{
MinSize = (2, 0),