Fix T75315: typo in automasking UI text

This commit is contained in:
Philipp Oeser 2020-04-03 10:19:01 +02:00
parent 973e1f9d9a
commit 9aad06db88
Notes: blender-bot 2023-02-14 06:21:59 +01:00
Referenced by issue #75315, Possible a typo
1 changed files with 1 additions and 1 deletions

View File

@ -2242,7 +2242,7 @@ static void rna_def_brush(BlenderRNA *brna)
RNA_def_property_ui_range(prop, 1, 20, 1, 3);
RNA_def_property_ui_text(prop,
"Propagation Steps",
"Distance where boundary edge automaking is going to protect vertices "
"Distance where boundary edge automasking is going to protect vertices "
"from the fully masked edge");
RNA_def_property_update(prop, 0, "rna_Brush_update");