[Bf-blender-cvs] [da38558da2b] master: Typos in description

Jeroen Bakker noreply at git.blender.org
Wed Jun 12 16:27:14 CEST 2019


Commit: da38558da2bc3e460edf9f72c5e16ebe29815515
Author: Jeroen Bakker
Date:   Wed Jun 12 16:26:58 2019 +0200
Branches: master
https://developer.blender.org/rBda38558da2bc3e460edf9f72c5e16ebe29815515

Typos in description

===================================================================

M	source/blender/makesrna/intern/rna_brush.c
M	source/blender/makesrna/intern/rna_scene.c

===================================================================

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},
   };



More information about the Bf-blender-cvs mailing list