UI: Accumulate name was being overridden in Sculpt Mode

This commit is contained in:
William Reynish 2019-03-20 14:56:32 +01:00
parent 72ff1ff305
commit 1f97f6c531
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ class VIEW3D_PT_tools_brush_options(Panel, View3DPaintPanel):
elif context.sculpt_object and brush:
if capabilities.has_accumulate:
col.prop(brush, "use_accumulate", text="Airbrush")
col.prop(brush, "use_accumulate")
UnifiedPaintPanel.prop_unified_size(col, context, brush, "use_locked_size")