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:
authorJacques Lucke <jacques@blender.org>2020-04-06 16:12:38 +0300
committerJacques Lucke <jacques@blender.org>2020-04-06 16:13:16 +0300
commit2903fb69293b6c05a758290aa5f88a24ebcbc51a (patch)
tree607369eb72af46048885f3d5094dc4171aaf4eac /source/blender/makesrna
parent9ddbb03861fbfb36a83c1eb3fe2fb0feb455d0bd (diff)
Fix T75444: typo in tooltip
Diffstat (limited to 'source/blender/makesrna')
-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 b625b3f0a84..b5ed49b3476 100644
--- a/source/blender/makesrna/intern/rna_brush.c
+++ b/source/blender/makesrna/intern/rna_brush.c
@@ -1806,7 +1806,7 @@ static void rna_def_brush(BlenderRNA *brna)
"SURFACE",
0,
"Surface",
- "Smooths the surface of the mesh, preserving the volue"},
+ "Smooths the surface of the mesh, preserving the volume"},
{0, NULL, 0, NULL, NULL},
};