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:
authorKalle-Samuli Riihikoski <haikalle@gmail.com>2018-12-13 20:24:14 +0300
committerKalle-Samuli Riihikoski <haikalle@gmail.com>2018-12-13 20:24:14 +0300
commit96d48401f47ec5a1e3dbd556884545747dc50f41 (patch)
tree4eb37ac7585e698ccb0b23fcf61cc7bf9b3d5107
parent4de32a8d7c1b494e9cfd93f87d97477a26d8a55e (diff)
small text change
-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()