From 836e2d185a8a66e29412b41b8463068e450433f5 Mon Sep 17 00:00:00 2001 From: moonheart08 Date: Fri, 1 Jan 2021 13:32:29 -0600 Subject: [PATCH] LV Cables -> APC Cables (#2884) i used the github web editor sue me it's just a string --- .../Components/NodeContainer/NodeContainerComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/GameObjects/Components/NodeContainer/NodeContainerComponent.cs b/Content.Server/GameObjects/Components/NodeContainer/NodeContainerComponent.cs index 67ca51083e..30de8613cd 100644 --- a/Content.Server/GameObjects/Components/NodeContainer/NodeContainerComponent.cs +++ b/Content.Server/GameObjects/Components/NodeContainer/NodeContainerComponent.cs @@ -77,7 +77,7 @@ namespace Content.Server.GameObjects.Components.NodeContainer break; case NodeGroupID.Apc: message.AddMarkup( - Loc.GetString("It has a connector for [color=green]LV cables[/color].")); + Loc.GetString("It has a connector for [color=green]APC cables[/color].")); break; }