Skip to content

Commit

Permalink
Rename panel from IFC Construction Type to IFC Type
Browse files Browse the repository at this point in the history
  • Loading branch information
eibre authored and Moult committed Feb 5, 2023
1 parent dc77a79 commit 9f399b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blenderbim/blenderbim/bim/module/type/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


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"
Expand Down

0 comments on commit 9f399b3

Please sign in to comment.