[Bf-blender-cvs] [6808218d49a] soc-2021-curves: Renamed "Extra Functionality" to "Extra"

dilithjay noreply at git.blender.org
Sat Dec 25 13:28:03 CET 2021


Commit: 6808218d49abb494be273d246847e7ca931e42fb
Author: dilithjay
Date:   Sat Dec 25 15:55:32 2021 +0530
Branches: soc-2021-curves
https://developer.blender.org/rB6808218d49abb494be273d246847e7ca931e42fb

Renamed "Extra Functionality" to "Extra"

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

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 7e43819a70c..f3388220863 100644
--- a/source/blender/editors/curve/editcurve_pen.c
+++ b/source/blender/editors/curve/editcurve_pen.c
@@ -1248,7 +1248,7 @@ void CURVE_OT_pen(wmOperatorType *ot)
                       "extra_func",
                       prop_extra_func_types,
                       FREE_TOGGLE,
-                      "Extra Functionality",
+                      "Extra",
                       "Additional functionality assignable to a specified key");
   prop = RNA_def_enum(ot->srna,
                       "extra_key",



More information about the Bf-blender-cvs mailing list