UI: Fix typo in 'CONSTRAINT_SPACE_PARLOCAL' description

Differential Revision: https://developer.blender.org/D16690
This commit is contained in:
Ian Karanja 2022-12-13 21:51:20 -05:00 committed by Aaron Carlisle
parent 93a629f147
commit 4710582f8f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ static const EnumPropertyItem space_items[] = {
"LOCAL_WITH_PARENT",
0,
"Local With Parent",
"The rest pose local space of a bone (thus matrix includes parent transforms)"},
"The rest pose local space of a bone (this matrix includes parent transforms)"},
{CONSTRAINT_SPACE_LOCAL, "LOCAL", 0, "Local Space", "The local space of an object/bone"},
{0, NULL, 0, NULL, NULL},
};