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

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'}