System Information
Operating system: Darwin-19.6.0-x86_64-i386-64bit 64 Bits
Blender Version
Broken: version: 2.91.0 Alpha, branch: master, commit date: 2020-08-08 04:08, hash: rBa1d57e3f05f1
Short description of error
A small typo in English was found in this file:
source/blender/editors/sculpt_paint/sculpt_cloth.c
at the block:
'''
static EnumPropertyItem prop_cloth_filter_type[] = {
{CLOTH_FILTER_GRAVITY, "GRAVITY", 0, "Gravity", "Applies gravity to the simulation"},
{CLOTH_FILTER_INFLATE, "INFLATE", 0, "Inflate", "Inflates the cloth"},
{CLOTH_FILTER_EXPAND, "EXPAND", 0, "Expand", "Expands the cloth's dimensions"},
{CLOTH_FILTER_PINCH,
"PINCH",
0,
"Pinch",
"Pinches the cloth to the point were the cursor was when the filter started"},
{0, NULL, 0, NULL, NULL},};
'''
'were', I think, should be 'where'