Change UI name of clean non-manifold operator to reflect that it does

This commit is contained in:
Daniel Salazar 2015-07-01 10:24:13 -06:00
parent cd26c938e5
commit 708e8714cf
1 changed files with 1 additions and 1 deletions

View File

@ -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")