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:
Diffstat (limited to 'archimesh/achm_roof_maker.py')
-rw-r--r--archimesh/achm_roof_maker.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archimesh/achm_roof_maker.py b/archimesh/achm_roof_maker.py
index 0cf6d222..84564e75 100644
--- a/archimesh/achm_roof_maker.py
+++ b/archimesh/achm_roof_maker.py
@@ -95,7 +95,7 @@ class AchmRoof(Operator):
# Imperial units warning
if bpy.context.scene.unit_settings.system == "IMPERIAL":
row = layout.row()
- row.label("Warning: Imperial units not supported", icon='COLOR_RED')
+ row.label(text="Warning: Imperial units not supported", icon='COLOR_RED')
box = layout.box()
box.prop(self, 'model')
box.prop(self, 'roof_width')
@@ -136,7 +136,7 @@ class AchmRoof(Operator):
box.prop(self, 'crt_mat')
else:
row = layout.row()
- row.label("Warning: Operator does not work in local view mode", icon='ERROR')
+ row.label(text="Warning: Operator does not work in local view mode", icon='ERROR')
# -----------------------------------------------------
# Execute