From da38558da2bc3e460edf9f72c5e16ebe29815515 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Wed, 12 Jun 2019 16:26:58 +0200 Subject: Typos in description --- source/blender/makesrna/intern/rna_brush.c | 4 ++-- source/blender/makesrna/intern/rna_scene.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/makesrna') diff --git a/source/blender/makesrna/intern/rna_brush.c b/source/blender/makesrna/intern/rna_brush.c index d20b99e93e1..fabbc7ca18b 100644 --- a/source/blender/makesrna/intern/rna_brush.c +++ b/source/blender/makesrna/intern/rna_brush.c @@ -1560,8 +1560,8 @@ static void rna_def_brush(BlenderRNA *brna) }; static const EnumPropertyItem brush_size_unit_items[] = { - {0, "VIEW", 0, "View", "Measure brush size relateve to the view"}, - {BRUSH_LOCK_SIZE, "SCENE", 0, "Scene", "Measure brush size relateve to the scene"}, + {0, "VIEW", 0, "View", "Measure brush size relative to the view"}, + {BRUSH_LOCK_SIZE, "SCENE", 0, "Scene", "Measure brush size relative to the scene"}, {0, NULL, 0, NULL, NULL}, }; diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c index 3e8b1807a98..b55ed83034e 100644 --- a/source/blender/makesrna/intern/rna_scene.c +++ b/source/blender/makesrna/intern/rna_scene.c @@ -3206,12 +3206,12 @@ static void rna_def_unified_paint_settings(BlenderRNA *brna) PropertyRNA *prop; static const EnumPropertyItem brush_size_unit_items[] = { - {0, "VIEW", 0, "View", "Measure brush size relateve to the view"}, + {0, "VIEW", 0, "View", "Measure brush size relative to the view"}, {UNIFIED_PAINT_BRUSH_LOCK_SIZE, "SCENE", 0, "Scene", - "Measure brush size relateve to the scene"}, + "Measure brush size relative to the scene"}, {0, NULL, 0, NULL, NULL}, }; -- cgit v1.2.3