Another minor correction, use "Mask" instead of "Stencil" so users can

correlate the panel to the mask tool.
This commit is contained in:
Antonis Ryakiotakis 2014-09-21 01:00:38 +02:00
parent 3d93eb47f3
commit 1294fc7d93
1 changed files with 1 additions and 1 deletions

View File

@ -1082,7 +1082,7 @@ class VIEW3D_PT_slots_projectpaint(View3DPanel, Panel):
class VIEW3D_PT_stencil_projectpaint(View3DPanel, Panel):
bl_context = "imagepaint"
bl_label = "Stencil"
bl_label = "Mask"
bl_category = "Slots"
@classmethod