From 95351a271d285a5ea3f224005de6738169e9afe5 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Wed, 17 Nov 2021 02:05:28 +0100 Subject: [PATCH] Fix gas-analyzer-window-refresh-button This commit is half an excuse to restart the servers via update because I just changed the config. --- Content.Client/Atmos/UI/GasAnalyzerMenu.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/Atmos/UI/GasAnalyzerMenu.cs b/Content.Client/Atmos/UI/GasAnalyzerMenu.cs index 86122932a4..a0d3f76647 100644 --- a/Content.Client/Atmos/UI/GasAnalyzerMenu.cs +++ b/Content.Client/Atmos/UI/GasAnalyzerMenu.cs @@ -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),