Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2020-10-21 17:54:22 +0300
committerHans Goudey <h.goudey@me.com>2020-10-21 17:54:22 +0300
commit959a06b8ffdfe7eb28721c6ec559354825819058 (patch)
tree481a92b97f8c26d50ccce5ae21611f9c57da5cb7 /source
parent47a84bb33870d0fc8636d8d96f136d34e01ebce1 (diff)
UI: Fix typo in sculpt trim tool description
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/sculpt_paint/paint_mask.c2
1 files changed, 1 insertions, 1 deletions
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},
};