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:
authorCampbell Barton <ideasman42@gmail.com>2019-04-29 05:22:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-29 05:22:49 +0300
commite059588947d55de88c4472abd65b187da621cdfa (patch)
tree0469a059ec177a137c77a891e1ba64687481f200 /io_coat3D
parent352254d5c84eec8b2ef1922e9ccec25516f6d8c2 (diff)
Fix T63955: label text not used as a keyword arg
Diffstat (limited to 'io_coat3D')
-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 02481f83..ef2da4e0 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -1194,7 +1194,7 @@ class SCENE_PT_Main(bpy.types.Panel):
row = layout.row()
row.label(text="Applink didn't find your 3d-Coat/Exchange folder.")
row = layout.row()
- row.label("Please select it before using Applink.")
+ row.label(text="Please select it before using Applink.")
row = layout.row()
row.prop(coat3D,"exchangedir",text="")
row = layout.row()