[Bf-blender-cvs] [7bde3f63ddb] master: GPencil: Fix typo error

Antonio Vazquez noreply at git.blender.org
Wed Mar 18 15:33:07 CET 2020


Commit: 7bde3f63ddb9ef8dc8f3729fdf876e193248b6b7
Author: Antonio Vazquez
Date:   Wed Mar 18 15:32:44 2020 +0100
Branches: master
https://developer.blender.org/rB7bde3f63ddb9ef8dc8f3729fdf876e193248b6b7

GPencil: Fix typo error

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

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

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

diff --git a/source/blender/makesrna/intern/rna_object.c b/source/blender/makesrna/intern/rna_object.c
index 269dd08dd36..8fb90b69bc0 100644
--- a/source/blender/makesrna/intern/rna_object.c
+++ b/source/blender/makesrna/intern/rna_object.c
@@ -3104,7 +3104,7 @@ static void rna_def_object(BlenderRNA *brna)
   RNA_def_property_boolean_sdna(prop, NULL, "dtx", OB_USE_GPENCIL_LIGHTS);
   RNA_def_property_boolean_default(prop, true);
   RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
-  RNA_def_property_ui_text(prop, "Use Lights", "Lights affect to grease pencil object");
+  RNA_def_property_ui_text(prop, "Use Lights", "Lights affect grease pencil object");
   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, "rna_GPencil_update");
 
   prop = RNA_def_property(srna, "show_transparent", PROP_BOOLEAN, PROP_NONE);



More information about the Bf-blender-cvs mailing list