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;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to