[Bf-blender-cvs] [d3170f52513] soc-2021-curves: Fixed descriptions

Dilith Jayakody noreply at git.blender.org
Thu Feb 24 04:44:10 CET 2022


Commit: d3170f5251374ff1119c634dda56deb43a9f7db4
Author: Dilith Jayakody
Date:   Sun Feb 13 18:02:15 2022 +0530
Branches: soc-2021-curves
https://developer.blender.org/rBd3170f5251374ff1119c634dda56deb43a9f7db4

Fixed descriptions

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

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 637afa23716..84712433e26 100644
--- a/source/blender/editors/curve/editcurve_pen.c
+++ b/source/blender/editors/curve/editcurve_pen.c
@@ -1750,7 +1750,7 @@ void CURVE_OT_pen(wmOperatorType *ot)
                       prop_extra_key_types,
                       NONE,
                       "Move Entire",
-                      "Move the whole point using handles");
+                      "Move the entire point using handles");
   prop = RNA_def_enum(ot->srna,
                       "link_handles",
                       prop_extra_key_types,
@@ -1778,7 +1778,7 @@ void CURVE_OT_pen(wmOperatorType *ot)
                       prop_handle_types,
                       HD_VECT,
                       "Extrude Handle Type",
-                      "Mirror the movement of one handle onto the other");
+                      "Type of the extruded handle");
   prop = RNA_def_boolean(
       ot->srna, "delete_point", false, "Delete Point", "Delete an existing point");
   prop = RNA_def_boolean(



More information about the Bf-blender-cvs mailing list