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 'add_mesh_extra_objects/add_mesh_extra_objects.py')
-rw-r--r--add_mesh_extra_objects/add_mesh_extra_objects.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/add_mesh_extra_objects/add_mesh_extra_objects.py b/add_mesh_extra_objects/add_mesh_extra_objects.py
index c545056a..a90b7224 100644
--- a/add_mesh_extra_objects/add_mesh_extra_objects.py
+++ b/add_mesh_extra_objects/add_mesh_extra_objects.py
@@ -368,8 +368,8 @@ class AddSqorus(bpy.types.Operator):
max=1.99,
default=2.0 / 3.0)
subdivide = BoolProperty(name="Subdivide Outside",
- description="Enable to subdivide the faces on the outside." \
- " This results in equally spaced vertices.",
+ description="Enable to subdivide the faces on the outside " \
+ "(this results in equally spaced vertices)",
default=True)
def execute(self, context):