Fix typo in smooth brush tooltip

This commit is contained in:
Kévin Dietrich 2022-03-17 23:56:55 +01:00
parent 8407c0b64e
commit a67c7693a7
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ static const EnumPropertyItem prop_direction_items[] = {
#ifdef RNA_RUNTIME
static const EnumPropertyItem prop_smooth_direction_items[] = {
{0, "SMOOTH", ICON_ADD, "Smooth", "Smooth the surfae"},
{0, "SMOOTH", ICON_ADD, "Smooth", "Smooth the surface"},
{BRUSH_DIR_IN,
"ENHANCE_DETAILS",
ICON_REMOVE,