GPencil: Refine tooltip for Simplify modifier

This commit is contained in:
Antonio Vazquez 2019-08-10 17:22:58 +02:00
parent 7440144e2b
commit f51f4355b9
1 changed files with 2 additions and 2 deletions

View File

@ -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,