Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonioya <blendergit@gmail.com>2019-07-01 09:40:18 +0300
committerAntonioya <blendergit@gmail.com>2019-07-01 09:40:31 +0300
commitcfea0d9eb81d72bc4b57982b1a701b061949757e (patch)
tree7bc726c1fdfd6ad36857e8fe36647f978cd69885 /release/scripts/startup/bl_ui/properties_material_gpencil.py
parentc74626c54fadc55c9291b12c8c354a3a978eb286 (diff)
GPencil: Fix wrong title missing in previous change
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_material_gpencil.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_material_gpencil.py2
1 files changed, 1 insertions, 1 deletions
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")