From 091044acc18f46ec16ab7a6d017893a3e56aaa74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Mon, 18 Apr 2022 20:31:38 -0300 Subject: [PATCH] Minor fixes (line 74) --- preferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preferences.py b/preferences.py index 7f87d8a..2dfe909 100644 --- a/preferences.py +++ b/preferences.py @@ -71,7 +71,7 @@ class RSN_Preference(bpy.types.AddonPreferences): # Tab Search quick_place: BoolProperty(name="Quick Place", - description="When using the quick search to add nodes,quick place without moveing it", + description="When using the quick search to add nodes, quick place without moving it", default=False) limited_area: BoolProperty(name='Limited Area', description='Limited RenderNode Helper only in Render Editor',