[Bf-blender-cvs] [2dc43b4aca2] greasepencil-edit-curve: GPencil: Remove end point in Operator description

Antonio Vazquez noreply at git.blender.org
Thu Jul 2 20:13:41 CEST 2020


Commit: 2dc43b4aca243caf00f80eed4764cc49bafdfd06
Author: Antonio Vazquez
Date:   Thu Jul 2 20:13:30 2020 +0200
Branches: greasepencil-edit-curve
https://developer.blender.org/rB2dc43b4aca243caf00f80eed4764cc49bafdfd06

GPencil: Remove end point in Operator description

Operator description never must end in period.

===================================================================

M	source/blender/editors/gpencil/gpencil_edit_curve.c

===================================================================

diff --git a/source/blender/editors/gpencil/gpencil_edit_curve.c b/source/blender/editors/gpencil/gpencil_edit_curve.c
index f6c7ca9193c..9692ca28082 100644
--- a/source/blender/editors/gpencil/gpencil_edit_curve.c
+++ b/source/blender/editors/gpencil/gpencil_edit_curve.c
@@ -255,7 +255,7 @@ void GPENCIL_OT_stroke_editcurve_set_handle_type(wmOperatorType *ot)
   /* identifiers */
   ot->name = "Set handle type";
   ot->idname = "GPENCIL_OT_stroke_editcurve_set_handle_type";
-  ot->description = "Set the type of a edit curve handle.";
+  ot->description = "Set the type of a edit curve handle";
 
   /* api callbacks */
   ot->invoke = WM_menu_invoke;



More information about the Bf-blender-cvs mailing list