[Bf-extensions-cvs] [7317987b] master: Button names updated

haikalle noreply at git.blender.org
Mon Jun 10 08:51:18 CEST 2019


Commit: 7317987baa8aac52a11d6af0a825d87acc658f60
Author: haikalle
Date:   Mon Jun 10 09:51:12 2019 +0300
Branches: master
https://developer.blender.org/rBA7317987baa8aac52a11d6af0a825d87acc658f60

Button names updated

===================================================================

M	io_coat3D/__init__.py

===================================================================

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():



More information about the Bf-extensions-cvs mailing list