GPencil: Fix typo error

This commit is contained in:
Antonio Vazquez
2020-03-18 15:32:44 +01:00
parent 19df67cd75
commit 7bde3f63dd

View File

@@ -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);