diff --git a/Editor/Localization/en-US.json b/Editor/Localization/en-US.json index 812970c0..bc7e8ec8 100644 --- a/Editor/Localization/en-US.json +++ b/Editor/Localization/en-US.json @@ -99,7 +99,7 @@ "worldfixed.quest": "This component is not compatible with Android builds and will have no effect.", "worldfixed.normal": "This object will be fixed to world unless you fixed to avatar with constraint.", "fpvisible.normal": "This object will be visible in your first person view.", - "fpvisible.NotUnderHead": "This component has no effect when not placed under the head bone.", + "fpvisible.NotUnderHead": "This component has no effect when not placed under the head bone.\nIf this will be placed under the head bone through Bone Proxy etc., this warning can be ignored.", "fpvisible.quest": "This component is not compatible with Android builds and will have no effect.", "fpvisible.InPhysBoneChain": "This object is controlled by a Physics Bone chain and cannot be made visible in first person safely. Select the start of the chain instead.", "blendshape.mesh": "Mesh", @@ -240,7 +240,7 @@ "setup_outfit.err.no_avatar_descriptor": "No avatar descriptor found in {0}'s parents. Make sure your outfit is placed inside your avatar.", "setup_outfit.err.no_animator": "Your avatar does not have an Animator component.", "setup_outfit.err.no_hips": "Your avatar does not have a Hips bone. Setup Outfit only works on humanoid avatars.", - "setup_outfit.err.no_outfit_hips": "Unable to identify the Hips object for the outfit. Searched for objects containing the following names:", + "setup_outfit.err.no_outfit_hips": "Unable to identify the Hips object for the outfit. Searched for objects containing the following names(case-insensitive):", "move_independently.group-header": "Objects to move together", "scale_adjuster.scale": "Scale adjustment", "scale_adjuster.adjust_children": "Adjust position of child objects", @@ -281,4 +281,4 @@ "ro_sim.effect_group.rule_inverted": "This rule is inverted", "ro_sim.effect_group.rule_inverted.tooltip": "This rule will be applied when one of its conditions is NOT met", "ro_sim.effect_group.conditions": "Conditions" -} \ No newline at end of file +}