[Bf-extensions-cvs] [fd35664] master: Archimesh: Replace text

Antonioya noreply at git.blender.org
Sun Oct 2 17:50:14 CEST 2016


Commit: fd3566473daf0c72ff87268efddc42fadba6e07d
Author: Antonioya
Date:   Sun Oct 2 17:49:50 2016 +0200
Branches: master
https://developer.blender.org/rBAfd3566473daf0c72ff87268efddc42fadba6e07d

Archimesh: Replace text

The word advance must be advanced

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

M	archimesh/achm_room_maker.py

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

diff --git a/archimesh/achm_room_maker.py b/archimesh/achm_room_maker.py
index ee0d327..e0206d8 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,
             )



More information about the Bf-extensions-cvs mailing list