diff --git a/nodes/BASE/node_base.py b/nodes/BASE/node_base.py index 7c28ea7..e6f95f1 100644 --- a/nodes/BASE/node_base.py +++ b/nodes/BASE/node_base.py @@ -128,7 +128,7 @@ def show_output(self, name, show=True): def draw_buttons(self, context, layout): if self.warning is True: - msg = layout.operator('rsn.show_task_details', icon='ERROR', text='Show Waring Message') + msg = layout.operator('rsn.show_task_details', icon='ERROR', text='Show Warning Message') msg.task_data = self.warning_msg def set_warning(self, msg=''):