diff --git a/src/blenderbim/blenderbim/bim/module/type/ui.py b/src/blenderbim/blenderbim/bim/module/type/ui.py index fc5d16591e..b4cd2c4160 100644 --- a/src/blenderbim/blenderbim/bim/module/type/ui.py +++ b/src/blenderbim/blenderbim/bim/module/type/ui.py @@ -24,7 +24,7 @@ from blenderbim.bim.module.type.data import TypeData class BIM_PT_type(Panel): - bl_label = "IFC Construction Type" + bl_label = "IFC Type" bl_idname = "BIM_PT_type" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW"