From fd48ef25a02e61b47798e5272913a7f52f2d1121 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 9 Jul 2019 15:29:54 +0200 Subject: Fix (minor) some typos and other errors in UI messages. --- source/blender/makesrna/intern/rna_gpencil_modifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_gpencil_modifier.c') diff --git a/source/blender/makesrna/intern/rna_gpencil_modifier.c b/source/blender/makesrna/intern/rna_gpencil_modifier.c index 2dabaeebb09..2b89225d34d 100644 --- a/source/blender/makesrna/intern/rna_gpencil_modifier.c +++ b/source/blender/makesrna/intern/rna_gpencil_modifier.c @@ -663,7 +663,7 @@ static void rna_def_modifier_gpencilsimplify(BlenderRNA *brna) /* Mode */ prop = RNA_def_property(srna, "mode", PROP_ENUM, PROP_NONE); RNA_def_property_enum_items(prop, prop_gpencil_simplify_mode_items); - RNA_def_property_ui_text(prop, "Mode", "How simplify the stroke"); + RNA_def_property_ui_text(prop, "Mode", "How to simplify the stroke"); RNA_def_property_update(prop, 0, "rna_GpencilModifier_update"); prop = RNA_def_property(srna, "step", PROP_INT, PROP_NONE); -- cgit v1.2.3