[Bf-blender-cvs] [03ac3011024] master: UI: Spelling Inconsistencies

Aaron Carlisle noreply at git.blender.org
Fri Mar 27 02:20:36 CET 2020


Commit: 03ac3011024a042511a956a69f4b5f92b8af0b3b
Author: Aaron Carlisle
Date:   Thu Mar 26 21:20:10 2020 -0400
Branches: master
https://developer.blender.org/rB03ac3011024a042511a956a69f4b5f92b8af0b3b

UI: Spelling Inconsistencies

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

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 1a163c9e2eb..cbf2a3fc981 100644
--- a/source/blender/makesrna/intern/rna_brush.c
+++ b/source/blender/makesrna/intern/rna_brush.c
@@ -2364,7 +2364,7 @@ static void rna_def_brush(BlenderRNA *brna)
 
   prop = RNA_def_property(srna, "use_automasking_boundary_edges", PROP_BOOLEAN, PROP_NONE);
   RNA_def_property_boolean_sdna(prop, NULL, "automasking_flags", BRUSH_AUTOMASKING_BOUNDARY_EDGES);
-  RNA_def_property_ui_text(prop, "Edges Automasking", "Do not affect non manifold boundary edges");
+  RNA_def_property_ui_text(prop, "Edges Auto-masking", "Do not affect non manifold boundary edges");
   RNA_def_property_update(prop, 0, "rna_Brush_update");
 
   prop = RNA_def_property(srna, "use_scene_spacing", PROP_ENUM, PROP_NONE);



More information about the Bf-blender-cvs mailing list