UI: Change name Airbrush back to Accumulate

'Airbrush' didn't make sense for Sculpt mode.
This commit is contained in:
William Reynish 2019-03-20 14:14:06 +01:00
parent e4320e2ce0
commit de535fdd52
1 changed files with 1 additions and 1 deletions

View File

@ -1845,7 +1845,7 @@ static void rna_def_brush(BlenderRNA *brna)
prop = RNA_def_property(srna, "use_accumulate", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "flag", BRUSH_ACCUMULATE);
RNA_def_property_ui_text(prop, "Airbrush", "Accumulate stroke daubs on top of each other");
RNA_def_property_ui_text(prop, "Accumulate", "Accumulate stroke daubs on top of each other");
RNA_def_property_update(prop, 0, "rna_Brush_update");
prop = RNA_def_property(srna, "use_space_attenuation", PROP_BOOLEAN, PROP_NONE);