diff --git a/blender/arm/logicnode/logic/LN_is_not_null.py b/blender/arm/logicnode/logic/LN_is_not_null.py index 1832ef40..32d740fb 100644 --- a/blender/arm/logicnode/logic/LN_is_not_null.py +++ b/blender/arm/logicnode/logic/LN_is_not_null.py @@ -4,7 +4,7 @@ class IsNotNoneNode(ArmLogicTreeNode): """Passes through its activation only if the plugged-in value is not `null`. - @seeNode Is None""" + @seeNode Is Null""" bl_idname = 'LNIsNotNoneNode' bl_label = 'Is Not Null' arm_version = 1 diff --git a/blender/arm/logicnode/logic/LN_is_null.py b/blender/arm/logicnode/logic/LN_is_null.py index 63d97095..7388f9d5 100644 --- a/blender/arm/logicnode/logic/LN_is_null.py +++ b/blender/arm/logicnode/logic/LN_is_null.py @@ -5,7 +5,7 @@ class IsNoneNode(ArmLogicTreeNode): """Passes through its activation only if the plugged-in value is `null` (no value). - @seeNode Is Not None""" + @seeNode Is Not Null""" bl_idname = 'LNIsNoneNode' bl_label = 'Is Null' arm_version = 1