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),