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
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2020-08-16 15:54:07 +0300
committerHans Goudey <h.goudey@me.com>2020-08-16 15:54:07 +0300
commit8010cbe620d2b6bc9aac9fe4793cce672459a7f0 (patch)
tree75bb10d01346d4ce6bd28b0602eea71ba2f3fa28
parent59bc71d69b138db12c9017c7a7d492fdb6dcddc3 (diff)
Fix T79823: Typo in cloth filter type description
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_cloth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_cloth.c b/source/blender/editors/sculpt_paint/sculpt_cloth.c
index 4232be91034..b401ed6d889 100644
--- a/source/blender/editors/sculpt_paint/sculpt_cloth.c
+++ b/source/blender/editors/sculpt_paint/sculpt_cloth.c
@@ -766,7 +766,7 @@ static EnumPropertyItem prop_cloth_filter_type[] = {
"PINCH",
0,
"Pinch",
- "Pinches the cloth to the point were the cursor was when the filter started"},
+ "Pinches the cloth to the point where the cursor was when the filter started"},
{0, NULL, 0, NULL, NULL},
};