[Bf-blender-cvs] [9aad06db888] master: Fix T75315: typo in automasking UI text

Philipp Oeser noreply at git.blender.org
Fri Apr 3 10:21:12 CEST 2020


Commit: 9aad06db8880a4097ab6c0f019185aa6671e55a6
Author: Philipp Oeser
Date:   Fri Apr 3 10:19:01 2020 +0200
Branches: master
https://developer.blender.org/rB9aad06db8880a4097ab6c0f019185aa6671e55a6

Fix T75315: typo in automasking UI text

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

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

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

diff --git a/source/blender/makesrna/intern/rna_brush.c b/source/blender/makesrna/intern/rna_brush.c
index fed81b86417..b625b3f0a84 100644
--- a/source/blender/makesrna/intern/rna_brush.c
+++ b/source/blender/makesrna/intern/rna_brush.c
@@ -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");



More information about the Bf-blender-cvs mailing list