diff --git a/leenkx.py b/leenkx.py index 14daa04..83fe3fa 100644 --- a/leenkx.py +++ b/leenkx.py @@ -312,7 +312,7 @@ class LeenkxAddonPreferences(AddonPreferences): # Compare version Blender and Leenkx (major, minor) if bpy.app.version[:2] not in [(4, 4), (4, 2), (3, 6), (3, 3)]: box = layout.box().column() - box.label(text="Warning: For Leenkx to work correctly, use a Blender LTS version such as 4.4 | 4.2 | 3.6 | 3.3") + box.label(text="Warning: For Leenkx to work correctly, use a Blender LTS version") layout.prop(self, "sdk_path") sdk_path = get_sdk_path(context)