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-01-21 23:18:07 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2014-01-21 23:18:07 +0400
commitaeca473a4177e52c6d258f3307627169ef237170 (patch)
treef72201609c22691cfa2419be62deb00728cd5629 /source/blender/editors/object
parenta6e697f6d7ed5186baa0ccad4f5a626b655a1c6c (diff)
Usual UI messages fixes.
Diffstat (limited to 'source/blender/editors/object')
-rw-r--r--source/blender/editors/object/object_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_edit.c b/source/blender/editors/object/object_edit.c
index 3e3aedddb78..bccbb5a23b3 100644
--- a/source/blender/editors/object/object_edit.c
+++ b/source/blender/editors/object/object_edit.c
@@ -1381,7 +1381,7 @@ static int shade_smooth_exec(bContext *C, wmOperator *op)
CTX_DATA_END;
if (linked_data)
- BKE_report(op->reports, RPT_WARNING, "Can't edit linked mesh or curve data.");
+ BKE_report(op->reports, RPT_WARNING, "Can't edit linked mesh or curve data");
return (done) ? OPERATOR_FINISHED : OPERATOR_CANCELLED;
}