From cc4553d3c916e86a903263af3df234271198b865 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 9 Apr 2025 11:34:18 +0500 Subject: [PATCH] bim.aggregate_assign_object - clarification --- src/bonsai/bonsai/bim/module/aggregate/operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bonsai/bonsai/bim/module/aggregate/operator.py b/src/bonsai/bonsai/bim/module/aggregate/operator.py index f84dab2186..6bbee38d6f 100644 --- a/src/bonsai/bonsai/bim/module/aggregate/operator.py +++ b/src/bonsai/bonsai/bim/module/aggregate/operator.py @@ -31,7 +31,7 @@ class BIM_OT_aggregate_assign_object(bpy.types.Operator, tool.Ifc.Operator): bl_label = "Assign Object To Aggregation" bl_description = ( "Assign object as an aggregate to the selected IFC elements.\n\n" - "If called from Bonsai UI, then either 'Relating Whole' or 'Related Part' must be provided.\n" + "If called from Object Aggregates UI, then either 'Relating Whole' or 'Related Part' must be provided.\n" "If called directly, active object will be considered a relating whole" ) bl_options = {"REGISTER", "UNDO"}