Fix #35774 Confusing Text in Texture Paint Panel

A simple copy-paste error.
This commit is contained in:
Antony Riakiotakis 2013-06-16 14:54:14 +00:00
parent 254de15215
commit e044891d78

@ -134,8 +134,8 @@ def brush_mask_texture_settings(layout, brush):
layout.operator("brush.stencil_reset_transform").mask = True
if brush.mask_texture:
layout.label(text="Mask Mapping:")
col = layout.column()
col.label(text="Angle:")
col.active = brush.brush_capabilities.has_texture_angle
col.prop(mask_tex_slot, "angle", text="")