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-11-19 23:26:23 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-11-19 23:26:23 +0400
commitb1904e411a1d6f923a487d8c72a842c517b5787a (patch)
treed89ea291a924f98f74639862cc71cb5cfba1a123 /source/blender/editors/uvedit/uvedit_ops.c
parent89bebee45916881deac9d5a364271738a145a1f4 (diff)
Minor spellchaeck in UI message.
Diffstat (limited to 'source/blender/editors/uvedit/uvedit_ops.c')
-rw-r--r--source/blender/editors/uvedit/uvedit_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/uvedit/uvedit_ops.c b/source/blender/editors/uvedit/uvedit_ops.c
index 6664f8e860e..0feaec514d2 100644
--- a/source/blender/editors/uvedit/uvedit_ops.c
+++ b/source/blender/editors/uvedit/uvedit_ops.c
@@ -1705,7 +1705,7 @@ static void UV_OT_remove_doubles(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Remove Doubles UV";
- ot->description = "Selected UV vertices that are within a radius of eachother are welded together";
+ ot->description = "Selected UV vertices that are within a radius of each other are welded together";
ot->idname = "UV_OT_remove_doubles";
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;