From 8010cbe620d2b6bc9aac9fe4793cce672459a7f0 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Sun, 16 Aug 2020 08:54:07 -0400 Subject: Fix T79823: Typo in cloth filter type description --- source/blender/editors/sculpt_paint/sculpt_cloth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/sculpt_paint/sculpt_cloth.c') 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}, }; -- cgit v1.2.3