From 4c73c8d3efbe4e42c6883c960fbddebaed5f8310 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Sun, 3 Sep 2023 06:24:24 -0800 Subject: [PATCH] Change "Battery Power" to "Load" for APCs (#19766) --- Content.Client/Power/APC/UI/ApcMenu.xaml.cs | 2 +- Resources/Locale/en-US/ui/power-apc.ftl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Client/Power/APC/UI/ApcMenu.xaml.cs b/Content.Client/Power/APC/UI/ApcMenu.xaml.cs index f1d488f7c9..dbf68ea07b 100644 --- a/Content.Client/Power/APC/UI/ApcMenu.xaml.cs +++ b/Content.Client/Power/APC/UI/ApcMenu.xaml.cs @@ -47,7 +47,7 @@ namespace Content.Client.Power.APC.UI if (PowerLabel != null) { - PowerLabel.Text = castState.Power + "W"; + PowerLabel.Text = castState.Power + " W"; } if (ExternalPowerStateLabel != null) diff --git a/Resources/Locale/en-US/ui/power-apc.ftl b/Resources/Locale/en-US/ui/power-apc.ftl index 311a9d2760..ed88644994 100644 --- a/Resources/Locale/en-US/ui/power-apc.ftl +++ b/Resources/Locale/en-US/ui/power-apc.ftl @@ -1,7 +1,7 @@ apc-menu-title = APC apc-menu-breaker-label = Main Breaker apc-menu-breaker-button = Toggle -apc-menu-power-label = Battery Power +apc-menu-power-label = Load apc-menu-external-label = External Power apc-menu-charge-label = {$percent} Charged