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:
authorAntony Riakiotakis <kalast@gmail.com>2014-09-21 03:00:38 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-09-21 03:00:38 +0400
commit1294fc7d9357163a4c7fe9dde6c0ae9dd05fc29c (patch)
tree6d98b4dcda667648befa9d57a53b430095c0afd6 /release
parent3d93eb47f3877375e8318e49e33a81fd31f2dc58 (diff)
Another minor correction, use "Mask" instead of "Stencil" so users can
correlate the panel to the mask tool.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 7ed928c8d5f..1969572530d 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -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