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>2012-12-18 00:16:37 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-12-18 00:16:37 +0400
commitb481ec92e49eeebf060802befb0d860760e45cd6 (patch)
tree31872d25245697238ec3c9816ffa913ebe9fab04 /source/blender/modifiers/intern/MOD_uvwarp.c
parent738c482101f907e93f265689fd5440f724ce6c4e (diff)
Minor tweaks to some UI messages...
Diffstat (limited to 'source/blender/modifiers/intern/MOD_uvwarp.c')
-rw-r--r--source/blender/modifiers/intern/MOD_uvwarp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_uvwarp.c b/source/blender/modifiers/intern/MOD_uvwarp.c
index 5585a715131..249c3c89d5f 100644
--- a/source/blender/modifiers/intern/MOD_uvwarp.c
+++ b/source/blender/modifiers/intern/MOD_uvwarp.c
@@ -130,7 +130,7 @@ static DerivedMesh *applyModifier(ModifierData *md, Object *ob,
return dm;
}
else if (ELEM(NULL, umd->object_src, umd->object_dst)) {
- modifier_setError(md, "from/to objects must be set");
+ modifier_setError(md, "From/To objects must be set");
return dm;
}