diff --git a/operators.py b/operators.py index 4639a62..708c792 100644 --- a/operators.py +++ b/operators.py @@ -82,7 +82,7 @@ def execute(self, context): class DOW_OT_detach_object(bpy.types.Operator): - """Detach the object from it's armature""" + """Detach the object from its armature""" bl_idname = 'object.dow_detach_object' bl_label = 'Detach from armature'