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:
authorBastien Montagne <montagne29@wanadoo.fr>2014-07-23 22:59:13 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2014-07-23 22:59:40 +0400
commitffea67ca57a9a8e9876f7140037b0818ac99b4b9 (patch)
tree29e4a2188025baff312d7ecfaef1616b509caef1 /source/blender/editors/sculpt_paint/paint_image.c
parent15b5f84a1e032b4979313151a67b00cd976b9316 (diff)
Updates/fixes for new UI messages.
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_image.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_image.c b/source/blender/editors/sculpt_paint/paint_image.c
index 88b9f5bb296..0e765060967 100644
--- a/source/blender/editors/sculpt_paint/paint_image.c
+++ b/source/blender/editors/sculpt_paint/paint_image.c
@@ -1392,7 +1392,7 @@ void paint_proj_mesh_data_ensure(bContext *C, Object *ob, wmOperator *op)
layernum = CustomData_number_of_layers(&me->pdata, CD_MTEXPOLY);
if (layernum == 0) {
- BKE_reportf(op->reports, RPT_WARNING, "Object did not have UV map. Recommend manual unwrap");
+ BKE_reportf(op->reports, RPT_WARNING, "Object did not have UV map, manual unwrap recommended");
ED_mesh_uv_texture_add(me, "UVMap", true);
}