Fix T54789: A Simple Typo in the "Node Wrangler" Addon

This commit is contained in:
Philipp Oeser 2018-04-24 11:34:47 +02:00
parent 41ae15a051
commit b678ef752f
Notes: blender-bot 2023-02-14 19:29:54 +01:00
Referenced by issue #54789, A Simple Typo in the "Node Wrangler" Addon
1 changed files with 1 additions and 1 deletions

View File

@ -3161,7 +3161,7 @@ class NWSelectParentChildren(Operator, NWBase):
class NWDetachOutputs(Operator, NWBase):
"""Detach outputs of selected node leaving inluts liked"""
"""Detach outputs of selected node leaving inputs linked"""
bl_idname = "node.nw_detach_outputs"
bl_label = "Detach Outputs"
bl_options = {'REGISTER', 'UNDO'}