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:
-rw-r--r--io_coat3D/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index 08b36d95..214f3b20 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -925,7 +925,7 @@ class SCENE_PT_Settings_Update(ObjectButtonsPanel, bpy.types.Panel):
flow = layout.grid_flow(row_major=True, columns=0, even_columns=False, even_rows=False, align=True)
col = flow.column()
- col.prop(coat3D, "importmesh", text="Update Mesh")
+ col.prop(coat3D, "importmesh", text="Update Mesh/UV")
col = flow.column()
col.prop(coat3D, "createnodes", text="Create Extra Nodes")
col = flow.column()