GPencil: Change property text for Fill Visual Aids

This commit is contained in:
Antonio Vazquez 2022-09-28 19:42:03 +02:00
parent ad789c74df
commit 36096fe480
1 changed files with 1 additions and 1 deletions

View File

@ -1927,7 +1927,7 @@ static void rna_def_gpencil_options(BlenderRNA *brna)
prop = RNA_def_property(srna, "show_fill_extend", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "flag", GP_BRUSH_FILL_SHOW_EXTENDLINES);
RNA_def_property_boolean_default(prop, true);
RNA_def_property_ui_text(prop, "Show Extend Lines", "Show help lines for stroke extension");
RNA_def_property_ui_text(prop, "Visual Aids", "Show help lines for stroke extension");
RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
prop = RNA_def_property(srna, "use_collide_strokes", PROP_BOOLEAN, PROP_NONE);