From 000ba9210682083163ebf54823cb44888139e50a Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Sat, 20 Mar 2021 20:14:34 +0100 Subject: [PATCH] fix typo in description --- boxes/generators/basedbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/generators/basedbox.py b/boxes/generators/basedbox.py index 4510373..53191ff 100644 --- a/boxes/generators/basedbox.py +++ b/boxes/generators/basedbox.py @@ -23,7 +23,7 @@ class BasedBox(Boxes): ui_group = "Box" description = """This box is more of a building block than a finished item. -Use a vector graphics programm (like Inkscape) to add holes or adjust the base +Use a vector graphics program (like Inkscape) to add holes or adjust the base plate. The width of the "brim" can also be adjusted with the **edge_width** parameter in the **Finger Joints Settings**."""