Typos in description

This commit is contained in:
2019-06-12 16:26:58 +02:00
parent abd240332d
commit da38558da2
2 changed files with 4 additions and 4 deletions

View File

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