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:
authorAntonioya <blendergit@gmail.com>2016-10-02 18:49:50 +0300
committerAntonioya <blendergit@gmail.com>2016-10-02 18:49:50 +0300
commitfd3566473daf0c72ff87268efddc42fadba6e07d (patch)
tree9eb9f566ac4a40cf6f4c305269c69d17bfeb08fb /archimesh
parent6e5fdd343256e26d1d4b87138bee0401aecc61eb (diff)
Archimesh: Replace text
The word advance must be advanced
Diffstat (limited to 'archimesh')
-rw-r--r--archimesh/achm_room_maker.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archimesh/achm_room_maker.py b/archimesh/achm_room_maker.py
index ee0d3275..e0206d80 100644
--- a/archimesh/achm_room_maker.py
+++ b/archimesh/achm_room_maker.py
@@ -844,8 +844,8 @@ class WallProperties(PropertyGroup):
)
a = BoolProperty(
- name="Advance",
- description="Define advance parameters of the wall",
+ name="Advanced",
+ description="Define advanced parameters of the wall",
default=False,
update=update_room,
)