diff --git a/boxes/generators/paperbox.py b/boxes/generators/paperbox.py index 8c71719..453378a 100644 --- a/boxes/generators/paperbox.py +++ b/boxes/generators/paperbox.py @@ -27,15 +27,13 @@ class PaperBox(Boxes): ui_group = "Misc" description = """ - This box is made of paper. - There is marks in the "outside leftover paper" to help see where to fold - (cutting with tabs helps use them). - The cut is very precise, and could be too tight if misaligned when glued. - A plywood box (such as a simple TypeTray) of the same size is a great guide - during folding and glueing. Just fold the box against it. Accurate quick and - easy. - A paper creaser (or bone folder) is also usefull. - """ +This box is made of paper. + +There is marks in the "outside leftover paper" to help see where to fold +(cutting with tabs helps use them). The cut is very precise, and could be too tight if misaligned when glued. A plywood box (such as a simple TypeTray) of the same size is a great guide during folding and glueing. Just fold the box against it. Accurate quick and easy. + +A paper creaser (or bone folder) is also useful. +""" def __init__(self): Boxes.__init__(self)