[Bf-blender-cvs] [959a06b8ffd] master: UI: Fix typo in sculpt trim tool description

Hans Goudey noreply at git.blender.org
Wed Oct 21 16:54:29 CEST 2020


Commit: 959a06b8ffdfe7eb28721c6ec559354825819058
Author: Hans Goudey
Date:   Wed Oct 21 09:54:22 2020 -0500
Branches: master
https://developer.blender.org/rB959a06b8ffdfe7eb28721c6ec559354825819058

UI: Fix typo in sculpt trim tool description

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

M	source/blender/editors/sculpt_paint/paint_mask.c

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

diff --git a/source/blender/editors/sculpt_paint/paint_mask.c b/source/blender/editors/sculpt_paint/paint_mask.c
index ef22766cd0c..f130c2ee685 100644
--- a/source/blender/editors/sculpt_paint/paint_mask.c
+++ b/source/blender/editors/sculpt_paint/paint_mask.c
@@ -850,7 +850,7 @@ static EnumPropertyItem prop_trim_operation_types[] = {
      "JOIN",
      0,
      "Join",
-     "Join the new mesh as separate geometry, without preforming any boolean operation"},
+     "Join the new mesh as separate geometry, without performing any boolean operation"},
     {0, NULL, 0, NULL, NULL},
 };



More information about the Bf-blender-cvs mailing list