From cfea0d9eb81d72bc4b57982b1a701b061949757e Mon Sep 17 00:00:00 2001 From: Antonioya Date: Mon, 1 Jul 2019 08:40:18 +0200 Subject: GPencil: Fix wrong title missing in previous change --- release/scripts/startup/bl_ui/properties_material_gpencil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/startup/bl_ui/properties_material_gpencil.py') diff --git a/release/scripts/startup/bl_ui/properties_material_gpencil.py b/release/scripts/startup/bl_ui/properties_material_gpencil.py index b502b7933ac..b4252b1afa4 100644 --- a/release/scripts/startup/bl_ui/properties_material_gpencil.py +++ b/release/scripts/startup/bl_ui/properties_material_gpencil.py @@ -215,7 +215,7 @@ class MATERIAL_PT_gpencil_fillcolor(GPMaterialButtonsPanel, Panel): col.template_ID(gpcolor, "fill_image", open="image.open") if gpcolor.fill_style == 'TEXTURE': - col.prop(gpcolor, "use_fill_pattern", text="Use As Pattern") + col.prop(gpcolor, "use_fill_pattern", text="Use As Stencil Mask") if gpcolor.use_fill_pattern is True: col.prop(gpcolor, "fill_color", text="Color") -- cgit v1.2.3