[Bf-extensions-cvs] [b678ef75] master: Fix T54789: A Simple Typo in the "Node Wrangler" Addon

Philipp Oeser noreply at git.blender.org
Tue Apr 24 11:35:37 CEST 2018


Commit: b678ef752f129647e94bf21eb72c0fd30428d1ba
Author: Philipp Oeser
Date:   Tue Apr 24 11:34:47 2018 +0200
Branches: master
https://developer.blender.org/rBAb678ef752f129647e94bf21eb72c0fd30428d1ba

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

===================================================================

M	node_wrangler.py

===================================================================

diff --git a/node_wrangler.py b/node_wrangler.py
index 9b225af1..24e096c8 100644
--- a/node_wrangler.py
+++ b/node_wrangler.py
@@ -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'}



More information about the Bf-extensions-cvs mailing list