[Bf-blender-cvs] [60bdb7d] master: "Delete texture paint slot" told the user that it would add a texture paint slot.

Thomas Beck noreply at git.blender.org
Sat Oct 4 12:27:17 CEST 2014


Commit: 60bdb7da48aa340f41b3e9b9f9a2a79923c6c827
Author: Thomas Beck
Date:   Sat Oct 4 12:21:11 2014 +0200
Branches: master
https://developer.blender.org/rB60bdb7da48aa340f41b3e9b9f9a2a79923c6c827

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

===================================================================

M	source/blender/editors/sculpt_paint/paint_image_proj.c

===================================================================

diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.c b/source/blender/editors/sculpt_paint/paint_image_proj.c
index ee9181b..be9a614 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 */




More information about the Bf-blender-cvs mailing list