UI: Fix typo in sculpt trim tool description

This commit is contained in:
Hans Goudey 2020-10-21 09:54:22 -05:00
parent 47a84bb338
commit 959a06b8ff
1 changed files with 1 additions and 1 deletions

View File

@ -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},
};