From f51f4355b92457879a1b5fc064bfc4385fa7f278 Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Sat, 10 Aug 2019 17:22:58 +0200 Subject: GPencil: Refine tooltip for Simplify modifier --- source/blender/makesrna/intern/rna_gpencil_modifier.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 de24b5d3f4b..e8281819b03 100644 --- a/source/blender/makesrna/intern/rna_gpencil_modifier.c +++ b/source/blender/makesrna/intern/rna_gpencil_modifier.c @@ -616,12 +616,12 @@ static void rna_def_modifier_gpencilsimplify(BlenderRNA *brna) "ADAPTIVE", ICON_IPO_EASE_IN_OUT, "Adaptive", - "Use a RDP algorithm to simplify"}, + "Use a RDP algorithm to simplify the stroke"}, {GP_SIMPLIFY_SAMPLE, "SAMPLE", ICON_IPO_EASE_IN_OUT, "Sample", - "Sample a curve using a fixed length"}, + "Resample the stroke with segments of the specified length"}, {GP_SIMPLIFY_MERGE, "MERGE", ICON_IPO_EASE_IN_OUT, -- cgit v1.2.3