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:27 +0300
committerHans Goudey <h.goudey@me.com>2020-08-16 15:54:27 +0300
commit4f57e1aaeab90f1a03754157978d959f4c7cc18d (patch)
tree4a34945a87aee9783f5366abbd410169d18c3120 /source/blender/editors/sculpt_paint/sculpt_cloth.c
parentb0b0d9f2cfb0157a6278c3cef131378f9878edf3 (diff)
parent8010cbe620d2b6bc9aac9fe4793cce672459a7f0 (diff)
Merge branch 'blender-v2.90-release'
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_cloth.c')
-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 2637cb45906..5126dbe1316 100644
--- a/source/blender/editors/sculpt_paint/sculpt_cloth.c
+++ b/source/blender/editors/sculpt_paint/sculpt_cloth.c
@@ -1047,7 +1047,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},
};