UI: Fix Typo in GP Erase RNA

This commit is contained in:
Aaron Carlisle
2020-02-26 16:37:07 -05:00
parent 2d423479bd
commit 1d302df4f8

View File

@@ -155,7 +155,7 @@ static EnumPropertyItem rna_enum_gpencil_brush_eraser_modes_items[] = {
{GP_BRUSH_ERASER_SOFT,
"SOFT",
0,
"Dissolve,",
"Dissolve",
"Erase strokes, fading their points strength and thickness"},
{GP_BRUSH_ERASER_HARD, "HARD", 0, "Point", "Erase stroke points"},
{GP_BRUSH_ERASER_STROKE, "STROKE", 0, "Stroke", "Erase entire strokes"},