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:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2022-03-18 01:56:55 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2022-03-18 01:56:55 +0300
commita67c7693a76b9043300f85d95e5fdeb7ac65583f (patch)
tree30f03d123f98c73c0b36d0c88d056f6dc1218f4a
parent8407c0b64eb5344d65216704ae0ae0958689ff2c (diff)
Fix typo in smooth brush tooltip
-rw-r--r--source/blender/makesrna/intern/rna_brush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_brush.c b/source/blender/makesrna/intern/rna_brush.c
index 6052a742ad5..ee4718aff03 100644
--- a/source/blender/makesrna/intern/rna_brush.c
+++ b/source/blender/makesrna/intern/rna_brush.c
@@ -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,