UI: Fix typo in operator description

This commit is contained in:
Hans Goudey 2021-01-04 15:42:15 -06:00
parent 5a498e6a7b
commit ec90dda318
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class NewGeometryNodesModifier(bpy.types.Operator):
class NewGeometryNodeTreeAssign(bpy.types.Operator):
"""Create a new geometry node group and assign it the the active modifier"""
"""Create a new geometry node group and assign it to the active modifier"""
bl_idname = "node.new_geometry_node_group_assign"
bl_label = "Assign New Geometry Node Group"