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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-05 18:40:24 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-05 21:09:59 +0300
commit8044743741fe4dd3bc45df1a5b6180ccdc0baf3b (patch)
treed4e5ab18ff2995159539a658fea367603e15cf08 /source/blender/makesrna/intern/rna_sculpt_paint.c
parent84f8862b06ddcc4aca87492414cacdd583396e73 (diff)
Texture Paint: reorganize texture slots UI panel.
Diffstat (limited to 'source/blender/makesrna/intern/rna_sculpt_paint.c')
-rw-r--r--source/blender/makesrna/intern/rna_sculpt_paint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_sculpt_paint.c b/source/blender/makesrna/intern/rna_sculpt_paint.c
index 713e5364a75..6ab591fb332 100644
--- a/source/blender/makesrna/intern/rna_sculpt_paint.c
+++ b/source/blender/makesrna/intern/rna_sculpt_paint.c
@@ -789,7 +789,7 @@ static void rna_def_image_paint(BlenderRNA *brna)
{IMAGEPAINT_MODE_MATERIAL, "MATERIAL", 0,
"Material", "Detect image slots from the material"},
{IMAGEPAINT_MODE_IMAGE, "IMAGE", 0,
- "Image", "Set image for texture painting directly"},
+ "Single Image", "Set image for texture painting directly"},
{0, NULL, 0, NULL, NULL}
};