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 'curve_tools')
-rw-r--r--curve_tools/operators.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/curve_tools/operators.py b/curve_tools/operators.py
index ea11aef3..2b1fe12d 100644
--- a/curve_tools/operators.py
+++ b/curve_tools/operators.py
@@ -142,7 +142,7 @@ class OperatorSegmentsInfo(bpy.types.Operator):
class OperatorOriginToSpline0Start(bpy.types.Operator):
bl_idname = "curvetools.operatororigintospline0start"
bl_label = "OriginToSpline0Start"
- bl_description = "Sets the origin of the active/selected curve to the starting point of the (first) spline. Nice for curve modifiers."
+ bl_description = "Sets the origin of the active/selected curve to the starting point of the (first) spline. Nice for curve modifiers"
@classmethod
@@ -327,7 +327,7 @@ class OperatorSplinesSetResolution(bpy.types.Operator):
class OperatorSplinesRemoveZeroSegment(bpy.types.Operator):
bl_idname = "curvetools.operatorsplinesremovezerosegment"
bl_label = "SplinesRemoveZeroSegment"
- bl_description = "Removes splines with no segments -- they seem to creep up, sometimes.."
+ bl_description = "Removes splines with no segments -- they seem to creep up, sometimes"
@classmethod