From f6a06db1fc47324d626bb4e3e225286b529af854 Mon Sep 17 00:00:00 2001 From: InsoPL Date: Sun, 25 Jan 2026 23:11:00 +0100 Subject: [PATCH] Translation fix: insulated verbs (#42617) * feat * only clothing * fix * Revert "fix" This reverts commit 858c3f882718cd003391e0fde6b2711b31e6ab54. * fix * reversal * removed double namespace * ehhh * wrong robust toolbox * typo --- Content.Shared/Electrocution/InsulatedSystem.cs | 4 ++-- .../Locale/en-US/clothing/components/insulated-component.ftl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Content.Shared/Electrocution/InsulatedSystem.cs b/Content.Shared/Electrocution/InsulatedSystem.cs index 7cd4913f7d5..1e6ec6a1491 100644 --- a/Content.Shared/Electrocution/InsulatedSystem.cs +++ b/Content.Shared/Electrocution/InsulatedSystem.cs @@ -25,8 +25,8 @@ public sealed class InsulatedSystem : EntitySystem _examine.AddHoverExamineVerb(args, component, - Loc.GetString("identity-block-examinable-verb-text"), - Loc.GetString("identity-block-examinable-verb-text-message"), + Loc.GetString("insulated-examinable-verb-text"), + Loc.GetString("insulated-examinable-verb-text-message"), iconTexture ); } diff --git a/Resources/Locale/en-US/clothing/components/insulated-component.ftl b/Resources/Locale/en-US/clothing/components/insulated-component.ftl index 30c7e98a525..feecb0ded5b 100644 --- a/Resources/Locale/en-US/clothing/components/insulated-component.ftl +++ b/Resources/Locale/en-US/clothing/components/insulated-component.ftl @@ -1,2 +1,2 @@ -identity-block-examinable-verb-text = Insulatated -identity-block-examinable-verb-text-message = This item appears to be electrically insulated. It should protect the wearer from shocks. +insulated-examinable-verb-text = Insulated +insulated-examinable-verb-text-message = This item appears to be electrically insulated. It should protect the wearer from shocks.