From a65fb173355bca667432eab461bbbd08519ce1ae Mon Sep 17 00:00:00 2001 From: Ankit Meel Date: Fri, 12 Feb 2021 10:31:55 +0530 Subject: Cleanup: Remove trailing period in descriptions. Reduces warnings while running tests. Also fix some descriptions with strings concatenated but without a space in between. Reviewed by campbellbarton Differential Revision: https://developer.blender.org/D9655 --- curve_tools/operators.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'curve_tools') 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 -- cgit v1.2.3