From 7a6c50e79c0b9426addd538f2cd373850617e836 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Sat, 6 Jul 2019 20:35:52 -0400 Subject: UI: Correct tooltip --- source/blender/makesrna/intern/rna_brush.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source/blender/makesrna') diff --git a/source/blender/makesrna/intern/rna_brush.c b/source/blender/makesrna/intern/rna_brush.c index 8549da6a6b7..fb60f092d16 100644 --- a/source/blender/makesrna/intern/rna_brush.c +++ b/source/blender/makesrna/intern/rna_brush.c @@ -1807,9 +1807,8 @@ static void rna_def_brush(BlenderRNA *brna) RNA_def_property_ui_text(prop, "Topology Rake", "Automatically align edges to the brush direction to " - "to generate cleaner topology and define sharp features " - "dynamic topology. Best used on low-poly meshes as it has " - "a performance impact"); + "generate cleaner topology and define sharp features. " + "Best used on low-poly meshes as it has a performance impact"); RNA_def_property_update(prop, 0, "rna_Brush_update"); prop = RNA_def_property(srna, "stencil_pos", PROP_FLOAT, PROP_XYZ); -- cgit v1.2.3