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:
authorhaikalle <haikalle@gmail.com>2019-06-10 09:51:12 +0300
committerhaikalle <haikalle@gmail.com>2019-06-10 09:51:12 +0300
commit7317987baa8aac52a11d6af0a825d87acc658f60 (patch)
tree091f32e28b028e33d89d67bc11d11507dcb0afd0 /io_coat3D
parentd894264b5b47dbdcf473a56d83759b4722ca5dad (diff)
Button names updated
Diffstat (limited to 'io_coat3D')
-rw-r--r--io_coat3D/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index 64a97f4f..eb40de57 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -1210,9 +1210,9 @@ class SCENE_PT_Main(bpy.types.Panel):
col = flow.column()
- col.operator("export_applink.pilgway_3d_coat", text="Transfer")
+ col.operator("export_applink.pilgway_3d_coat", text="Send")
col = flow.column()
- col.operator("import_applink.pilgway_3d_coat", text="Update")
+ col.operator("import_applink.pilgway_3d_coat", text="GetBack")
class ObjectButtonsPanel():