Fix T79823: Typo in cloth filter type description

This commit is contained in:
Hans Goudey 2020-08-16 08:54:07 -04:00
parent 59bc71d69b
commit 8010cbe620
Notes: blender-bot 2023-02-14 10:43:47 +01:00
Referenced by issue #79823, Typo in cloth filter type options
1 changed files with 1 additions and 1 deletions

View File

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