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:
Diffstat (limited to 'object_print3d_utils/ui.py')
-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 afb8a58c..9b935f03 100644
--- a/object_print3d_utils/ui.py
+++ b/object_print3d_utils/ui.py
@@ -61,7 +61,7 @@ class Print3D_ToolBar:
text=text,
icon=Print3D_ToolBar._type_to_icon[bm_type],
).index = i
- layout.operator("mesh.select_non_manifold", text='Non Manifold Extended')
+ layout.operator("mesh.select_non_manifold", text="Non Manifold Extended")
else:
col.label(text=text)