[Bf-blender-cvs] [55e270878a5] greasepencil-edit-curve: GPencil: Change UI text Curve Editing

Antonio Vazquez noreply at git.blender.org
Thu Jun 11 17:54:10 CEST 2020


Commit: 55e270878a55a128bddce33a7478a2288799a609
Author: Antonio Vazquez
Date:   Thu Jun 11 17:54:03 2020 +0200
Branches: greasepencil-edit-curve
https://developer.blender.org/rB55e270878a55a128bddce33a7478a2288799a609

GPencil: Change UI text Curve Editing

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

M	source/blender/makesrna/intern/rna_gpencil.c

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

diff --git a/source/blender/makesrna/intern/rna_gpencil.c b/source/blender/makesrna/intern/rna_gpencil.c
index 4e459747ed8..6bbbe9ac52e 100644
--- a/source/blender/makesrna/intern/rna_gpencil.c
+++ b/source/blender/makesrna/intern/rna_gpencil.c
@@ -2208,7 +2208,7 @@ static void rna_def_gpencil_data(BlenderRNA *brna)
 
   prop = RNA_def_property(srna, "use_curve_edit", PROP_BOOLEAN, PROP_NONE);
   RNA_def_property_boolean_sdna(prop, NULL, "flag", GP_DATA_CURVE_EDIT_MODE);
-  RNA_def_property_ui_text(prop, "Curve Edit", "Edit strokes using curve handles");
+  RNA_def_property_ui_text(prop, "Curve Editing", "Edit strokes using curve handles");
   RNA_def_property_update(prop, NC_GPENCIL | ND_DATA, "rna_GPencil_curve_edit_update");
 
   prop = RNA_def_property(srna, "use_autolock_layers", PROP_BOOLEAN, PROP_NONE);



More information about the Bf-blender-cvs mailing list