Translation fix: insulated verbs (#42617)

* feat

* only clothing

* fix

* Revert "fix"

This reverts commit 858c3f8827.

* fix

* reversal

* removed double namespace

* ehhh

* wrong robust toolbox

* typo
This commit is contained in:
InsoPL
2026-01-25 23:11:00 +01:00
committed by GitHub
parent 6daca9bd96
commit f6a06db1fc
2 changed files with 4 additions and 4 deletions

View File

@@ -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
);
}

View File

@@ -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.