From 1158b9f73a3d9903657a95736897f570c2cb46ad Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sun, 23 Dec 2018 21:58:59 +0100 Subject: Cleanup: First batch of UI messages fixes (typos, final points...). Also contains some code typo fixes (mostly, adtaptative -> adaptive, former is nearly innexistant in English, let's stick to simple valid words ;) ). --- source/blender/editors/gpencil/gpencil_edit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/editors/gpencil/gpencil_edit.c') diff --git a/source/blender/editors/gpencil/gpencil_edit.c b/source/blender/editors/gpencil/gpencil_edit.c index 5cfc35d122a..b61ea617b15 100644 --- a/source/blender/editors/gpencil/gpencil_edit.c +++ b/source/blender/editors/gpencil/gpencil_edit.c @@ -2101,7 +2101,8 @@ void GPENCIL_OT_dissolve(wmOperatorType *ot) ot->flag = OPTYPE_UNDO | OPTYPE_REGISTER; /* props */ - ot->prop = RNA_def_enum(ot->srna, "type", prop_gpencil_dissolve_types, 0, "Type", "Method used for disolving Stroke points"); + ot->prop = RNA_def_enum(ot->srna, "type", prop_gpencil_dissolve_types, 0, + "Type", "Method used for dissolving Stroke points"); } /* ****************** Snapping - Strokes <-> Cursor ************************ */ -- cgit v1.2.3