File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -467,12 +467,12 @@ class DocPreferences(bpy.types.PropertyGroup):
467467 classes_to_wireframe : StringProperty (
468468 default = "IfcVirtualElement" ,
469469 name = "Classes to Wireframe" ,
470- description = "Upon import, these classes will display as wireframe.\n Ex: IfcVirtualelement , IfcSpace" ,
470+ description = "Upon import, these classes will display as wireframe.\n Ex: IfcVirtualElement , IfcSpace" ,
471471 )
472472 classes_no_cut : StringProperty (
473473 default = "IfcVirtualElement, IfcSpace" ,
474474 name = "Classes that are not cut" ,
475- description = "The cut decoractor will be turned off for these classes\n Ex: IfcVirtualelement , IfcSpace" ,
475+ description = "The cut decorator will be turned off for these classes\n Ex: IfcVirtualElement , IfcSpace" ,
476476 )
477477
478478 if TYPE_CHECKING :
You can’t perform that action at this time.
0 commit comments