diff --git a/src/bonsai/bonsai/bim/module/model/opening.py b/src/bonsai/bonsai/bim/module/model/opening.py index c1f380969a..f50f57bb03 100644 --- a/src/bonsai/bonsai/bim/module/model/opening.py +++ b/src/bonsai/bonsai/bim/module/model/opening.py @@ -915,7 +915,7 @@ class RemoveBoolean(Operator, tool.Ifc.Operator): class SelectBoolean(Operator): bl_idname = "bim.select_boolean" - bl_label = "Remove Boolean" + bl_label = "Select Boolean" bl_options = {"REGISTER", "UNDO"} bl_description = "Selects operands of the active boolean\nSHIFT-CLICK to select all operands recursively" is_recursive: bpy.props.BoolProperty(name="Is Recursive", default=False, options={"SKIP_SAVE"})