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>2013-09-30 23:30:56 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-09-30 23:30:56 +0400
commit3ccb370d38cc66bbcf261e0425077ed0988f4c5e (patch)
tree9bd18c7fd3c5f168b6231acfbbb5f7d312a1b07a /source/blender/editors/mesh/editmesh_bisect.c
parent00140a8584d5eb2fbd4697906b67f4f5326caab5 (diff)
Usual UI messages fixes...
Diffstat (limited to 'source/blender/editors/mesh/editmesh_bisect.c')
-rw-r--r--source/blender/editors/mesh/editmesh_bisect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_bisect.c b/source/blender/editors/mesh/editmesh_bisect.c
index 4cfee8cf6f2..5431b1deb1c 100644
--- a/source/blender/editors/mesh/editmesh_bisect.c
+++ b/source/blender/editors/mesh/editmesh_bisect.c
@@ -300,7 +300,7 @@ void MESH_OT_bisect(struct wmOperatorType *ot)
/* identifiers */
ot->name = "Bisect";
- ot->description = "Cuts geometry along a plane";
+ ot->description = "Cut geometry along a plane";
ot->idname = "MESH_OT_bisect";
/* api callbacks */