UI: Fix typo in Apply Parent Inverse tooltip

There's a small typo in the tool tip for applying the Parent Inverse. This patch fixes that typo

old:
{F13010751}

new:
{F13010749}

Reviewed By: Blendify

Maniphest Tasks: T97437

Differential Revision: https://developer.blender.org/D14693
This commit is contained in:
Nate Rupsis 2022-04-19 20:40:41 -04:00 committed by Aaron Carlisle
parent 6a3c3c77b3
commit 75ccfa63d0
Notes: blender-bot 2023-02-14 07:08:26 +01:00
Referenced by issue #97437, 3D View Object menu, Apply sub menu - typoe in tooltip for Parent Inverse
1 changed files with 1 additions and 1 deletions

View File

@ -1191,7 +1191,7 @@ void OBJECT_OT_parent_inverse_apply(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Apply Parent Inverse";
ot->description = "Apply the object's parent inverse to the its data";
ot->description = "Apply the object's parent inverse to its data";
ot->idname = "OBJECT_OT_parent_inverse_apply";
/* api callbacks */