"Delete texture paint slot" told the user that it would add a texture paint slot.

This commit is contained in:
Thomas Beck 2014-10-04 12:21:11 +02:00
parent 9d8c1658a1
commit 60bdb7da48
1 changed files with 1 additions and 1 deletions

View File

@ -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 */