From 577d9e6c48eace2ce93a59a4fcdf2778974b562c Mon Sep 17 00:00:00 2001 From: psitacus Date: Wed, 9 Jul 2025 02:44:31 -0600 Subject: [PATCH] fix localization string --- lang/en.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/lang/en.json b/lang/en.json index 47255c90..2487049a 100755 --- a/lang/en.json +++ b/lang/en.json @@ -384,6 +384,12 @@ "default": "Default Ownership" } }, + "Effect": { + "AttachmentOnly": { + "Label": "Attachment Only", + "Hint": "This effect only activates when the item is attached to armor or a weapon." + } + }, "CONFIG": { "ActionType": { "passive": "Passive", @@ -1030,11 +1036,7 @@ }, "Effect": { "single": "Effect", - "plural": "Effects", - "AttachmentOnly": { - "Label": "Attachment Only", - "Hint": "When checked, this effect will only apply to the actor when this item is attached to another item (e.g., attached to armor). If unchecked, the effect applies normally based on item equipped status." - } + "plural": "Effects" }, "Experience": { "single": "Experience",