[Bf-blender-cvs] [94ecf6a8ee8] greasepencil-object: GPencil: Fix tooltip typo

Antonio Vazquez noreply at git.blender.org
Wed Feb 26 20:07:35 CET 2020


Commit: 94ecf6a8ee8f3609822e2c7cac982b9ab1e4141c
Author: Antonio Vazquez
Date:   Wed Feb 26 20:07:29 2020 +0100
Branches: greasepencil-object
https://developer.blender.org/rB94ecf6a8ee8f3609822e2c7cac982b9ab1e4141c

GPencil: Fix tooltip typo

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

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

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

diff --git a/source/blender/makesrna/intern/rna_gpencil_modifier.c b/source/blender/makesrna/intern/rna_gpencil_modifier.c
index b1bceedefa7..7fe97e2313e 100644
--- a/source/blender/makesrna/intern/rna_gpencil_modifier.c
+++ b/source/blender/makesrna/intern/rna_gpencil_modifier.c
@@ -1970,7 +1970,7 @@ static void rna_def_modifier_gpencilvertexcolor(BlenderRNA *brna)
   RNA_def_struct_ui_icon(srna, ICON_MOD_NORMALEDIT);
 
   prop = RNA_def_property(srna, "object", PROP_POINTER, PROP_NONE);
-  RNA_def_property_ui_text(prop, "Object", "Parent Object for define center of the effect");
+  RNA_def_property_ui_text(prop, "Object", "Parent object to define the center of the effect");
   RNA_def_property_flag(prop, PROP_EDITABLE | PROP_ID_SELF_CHECK);
   RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY);
   RNA_def_property_pointer_funcs(



More information about the Bf-blender-cvs mailing list