From e044891d78bbedb440b63c9603913a940e9c4860 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Sun, 16 Jun 2013 14:54:14 +0000 Subject: Fix #35774 Confusing Text in Texture Paint Panel A simple copy-paste error. --- release/scripts/startup/bl_ui/properties_paint_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/startup/bl_ui/properties_paint_common.py') diff --git a/release/scripts/startup/bl_ui/properties_paint_common.py b/release/scripts/startup/bl_ui/properties_paint_common.py index 65ab1246c19..b3335f32231 100644 --- a/release/scripts/startup/bl_ui/properties_paint_common.py +++ b/release/scripts/startup/bl_ui/properties_paint_common.py @@ -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="") -- cgit v1.2.3