Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <j.bakker@atmind.nl>2019-06-12 17:26:58 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2019-06-12 17:26:58 +0300
commitda38558da2bc3e460edf9f72c5e16ebe29815515 (patch)
tree81e35e9655e1636396ff19d2af0f13e277c3e0af /source/blender/makesrna
parentabd240332d4601b80e0cb03739f03f2fad3e8a1c (diff)
Typos in description
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_brush.c4
-rw-r--r--source/blender/makesrna/intern/rna_scene.c4
2 files changed, 4 insertions, 4 deletions
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},
};