Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZanQdo <zanqdo@gmail.com>2015-07-01 19:24:13 +0300
committerZanQdo <zanqdo@gmail.com>2015-09-26 18:15:35 +0300
commit708e8714cf78156a3163a35fdabe059cfb01b243 (patch)
treed676f22deca0bebee78490b523680f3dbd26ebd0 /object_print3d_utils
parentcd26c938e597d7493f3d88dfdf69346c0f8b50ee (diff)
Change UI name of clean non-manifold operator to reflect that it does
Diffstat (limited to 'object_print3d_utils')
-rw-r--r--object_print3d_utils/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_print3d_utils/ui.py b/object_print3d_utils/ui.py
index dfe2ac49..2bcf4d55 100644
--- a/object_print3d_utils/ui.py
+++ b/object_print3d_utils/ui.py
@@ -106,7 +106,7 @@ class Print3DToolBar:
rowsub.operator("mesh.print3d_clean_distorted", text="Distorted")
rowsub.prop(print_3d, "angle_distort", text="")
col = layout.column()
- col.operator("mesh.print3d_clean_non_manifold", text="Non-Manifold")
+ col.operator("mesh.print3d_clean_non_manifold", text="Make Manifold")
# XXX TODO
# col.operator("mesh.print3d_clean_thin", text="Wall Thickness")