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:
authorThomas Beck <software@plasmasolutions.de>2014-10-04 14:21:11 +0400
committerThomas Beck <software@plasmasolutions.de>2014-10-04 14:22:40 +0400
commit60bdb7da48aa340f41b3e9b9f9a2a79923c6c827 (patch)
tree92b581e9fcee5aaa6189f1f6cc65cfae6c1f857d
parent9d8c1658a131405980a5dfc3b79d4ebc6ac0ab05 (diff)
"Delete texture paint slot" told the user that it would add a texture paint slot.
-rw-r--r--source/blender/editors/sculpt_paint/paint_image_proj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.c b/source/blender/editors/sculpt_paint/paint_image_proj.c
index ee9181b7d3f..be9a614a6fe 100644
--- a/source/blender/editors/sculpt_paint/paint_image_proj.c
+++ b/source/blender/editors/sculpt_paint/paint_image_proj.c
@@ -5187,7 +5187,7 @@ void PAINT_OT_delete_texture_paint_slot(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Delete Texture Paint Slot";
- ot->description = "Add a texture paint slot";
+ ot->description = "Delete selected texture paint slot";
ot->idname = "PAINT_OT_delete_texture_paint_slot";
/* api callbacks */