mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
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:
@@ -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
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user