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_advanced_objects_panels/__init__.py')
-rw-r--r--add_advanced_objects_panels/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_advanced_objects_panels/__init__.py b/add_advanced_objects_panels/__init__.py
index 7de95cd1..e2f72994 100644
--- a/add_advanced_objects_panels/__init__.py
+++ b/add_advanced_objects_panels/__init__.py
@@ -468,7 +468,7 @@ class AdvancedObjProperties1(PropertyGroup):
)
# oscurart_constellation
constellation_limit = FloatProperty(
- name="Inital Threshold",
+ name="Initial Threshold",
description="Edges will be created only if the distance\n"
"between vertices is smaller than this value\n"
"This is a starting value on Operator Invoke",