diff --git a/ObjectsFixer.asmdef b/ObjectsFixer.asmdef index dc2453d..44fd177 100644 --- a/ObjectsFixer.asmdef +++ b/ObjectsFixer.asmdef @@ -1,7 +1,7 @@ { "name": "ObjectsFixer", "references": [ - "GUID:f686a7ed1cf8b5c468822596f4e4464f" + "MyyHelpers" ], "includePlatforms": [ "Editor" @@ -14,4 +14,4 @@ "defineConstraints": [], "versionDefines": [], "noEngineReferences": false -} \ No newline at end of file +} diff --git a/TranslationStrings.cs b/TranslationStrings.cs index a5acaa1..ea9bd49 100644 --- a/TranslationStrings.cs +++ b/TranslationStrings.cs @@ -43,7 +43,7 @@ enum Lang [StringID.Label_ObjectToLock] = "Object to lock", [StringID.Label_ObjectsToLock] = "Objects to lock", [StringID.Label_ConstraintsOptions] = "Constraints options", - [StringID.Label_LockAtWorldOrigin] = "Lock from world (0,0,0)", + [StringID.Label_LockAtWorldOrigin] = "Lock from world origin", [StringID.Label_SaveDirectory] = "Save files to", [StringID.Tooltip_LockAtWorldOrigin] = "By default, pinned objects will appear relative to the avatar coordinates when enabled.\n" +