From f1824e6ec45fa0d7c0a01d50ace45ec28595d07d Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Sun, 27 Oct 2019 10:05:08 +0100 Subject: Cleanup: Fix tooltip text --- source/blender/makesrna/intern/rna_brush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/makesrna/intern/rna_brush.c b/source/blender/makesrna/intern/rna_brush.c index 57a3d889437..99c1bdfdbee 100644 --- a/source/blender/makesrna/intern/rna_brush.c +++ b/source/blender/makesrna/intern/rna_brush.c @@ -1661,7 +1661,7 @@ static void rna_def_brush(BlenderRNA *brna) prop = RNA_def_property(srna, "gpencil_tool", PROP_ENUM, PROP_NONE); RNA_def_property_enum_sdna(prop, NULL, "gpencil_tool"); RNA_def_property_enum_items(prop, rna_enum_brush_gpencil_types_items); - RNA_def_property_ui_text(prop, "Type", "Category of the brush"); + RNA_def_property_ui_text(prop, "Grease Pencil Draw Tool", ""); RNA_def_property_clear_flag(prop, PROP_ANIMATABLE); /** End per mode tool properties. */ -- cgit v1.2.3