Typos in description
This commit is contained in:
@@ -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},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user