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/makesdna/DNA_gpencil_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna/DNA_gpencil_types.h') diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h index 4ed87a487fc..3357c97a8d6 100644 --- a/source/blender/makesdna/DNA_gpencil_types.h +++ b/source/blender/makesdna/DNA_gpencil_types.h @@ -477,8 +477,8 @@ typedef enum eGPdata_Flag { GP_DATA_STROKE_FORCE_RECALC = (1 << 17), /* Special mode drawing polygons */ GP_DATA_STROKE_POLYGON = (1 << 18), - /* Use adaptative UV scales */ - GP_DATA_UV_ADAPTATIVE = (1 << 19), + /* Use adaptive UV scales */ + GP_DATA_UV_ADAPTIVE = (1 << 19), /* Autolock not active layers */ GP_DATA_AUTOLOCK_LAYERS = (1 << 20), /* Internal flag for python update */ -- cgit v1.2.3