[Bf-blender-cvs] [2903fb69293] master: Fix T75444: typo in tooltip

Jacques Lucke noreply at git.blender.org
Mon Apr 6 15:14:14 CEST 2020


Commit: 2903fb69293b6c05a758290aa5f88a24ebcbc51a
Author: Jacques Lucke
Date:   Mon Apr 6 15:12:38 2020 +0200
Branches: master
https://developer.blender.org/rB2903fb69293b6c05a758290aa5f88a24ebcbc51a

Fix T75444: typo in tooltip

===================================================================

M	source/blender/makesrna/intern/rna_brush.c

===================================================================

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



More information about the Bf-blender-cvs mailing list