Skip to content

Commit a88c593

Browse files
committed
typos
1 parent 7978f1f commit a88c593

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/bonsai/bonsai/bim

src/bonsai/bonsai/bim/ui.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.\nEx: IfcVirtualelement, IfcSpace",
470+
description="Upon import, these classes will display as wireframe.\nEx: 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\nEx: IfcVirtualelement, IfcSpace",
475+
description="The cut decorator will be turned off for these classes\nEx: IfcVirtualElement, IfcSpace",
476476
)
477477

478478
if TYPE_CHECKING:

0 commit comments

Comments
 (0)