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_curve_extra_objects/add_curve_torus_knots.py')
-rw-r--r--add_curve_extra_objects/add_curve_torus_knots.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/add_curve_extra_objects/add_curve_torus_knots.py b/add_curve_extra_objects/add_curve_torus_knots.py
index 4c26fe07..4401112d 100644
--- a/add_curve_extra_objects/add_curve_torus_knots.py
+++ b/add_curve_extra_objects/add_curve_torus_knots.py
@@ -547,8 +547,8 @@ class torus_knot_plus(Operator, AddObjectHelper):
items=SplineTypes,
)
bezierHandles = [
- ('VECTOR', "Vector", "Bezier Hanles type - Vector"),
- ('AUTOMATIC', "Auto", "Bezier Hanles type - Automatic"),
+ ('VECTOR', "Vector", "Bezier Handles type - Vector"),
+ ('AUTOMATIC', "Auto", "Bezier Handles type - Automatic"),
]
handleType = EnumProperty(
name="Handle type",