GPencil: Rename Default Fill Boundary option to All

This commit is contained in:
Antonio Vazquez 2020-08-05 18:00:19 +02:00
parent 927b1e9fa2
commit fff12be945
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ static EnumPropertyItem rna_enum_gpencil_fill_draw_modes_items[] = {
{GP_FILL_DMODE_BOTH,
"BOTH",
0,
"Default",
"All",
"Use both visible strokes and edit lines as fill boundary limits"},
{GP_FILL_DMODE_STROKE, "STROKE", 0, "Strokes", "Use visible strokes as fill boundary limits"},
{GP_FILL_DMODE_CONTROL, "CONTROL", 0, "Edit Lines", "Use edit lines as fill boundary limits"},