[Bf-blender-cvs] [aad124859ad] soc-2021-curves: Curve pen description change

dilithjay noreply at git.blender.org
Sat Nov 6 08:45:14 CET 2021


Commit: aad124859ad553bdf9288b20124013b3783217ec
Author: dilithjay
Date:   Fri Nov 5 19:05:38 2021 +0530
Branches: soc-2021-curves
https://developer.blender.org/rBaad124859ad553bdf9288b20124013b3783217ec

Curve pen description change

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

M	source/blender/editors/curve/editcurve_pen.c

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

diff --git a/source/blender/editors/curve/editcurve_pen.c b/source/blender/editors/curve/editcurve_pen.c
index 6509e54c307..5432ad798b4 100644
--- a/source/blender/editors/curve/editcurve_pen.c
+++ b/source/blender/editors/curve/editcurve_pen.c
@@ -1068,7 +1068,7 @@ void CURVE_OT_pen(wmOperatorType *ot)
   /* identifiers */
   ot->name = "Curve Pen";
   ot->idname = "CURVE_OT_pen";
-  ot->description = "Edit curves with less shortcuts";
+  ot->description = "Construct and edit splines";
 
   /* api callbacks */
   ot->invoke = curve_pen_invoke;



More information about the Bf-blender-cvs mailing list