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:
authorCampbell Barton <ideasman42@gmail.com>2014-06-14 10:15:38 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-06-14 10:27:46 +0400
commit29e8c46e305de3cb57aa735360371cfb29f8f545 (patch)
tree4816debc8450012eaa361515ac2a0e67c9378d7e /source/blender/editors/mesh/editmesh_rip_edge.c
parent788f4858d779a04a29bc446f2e4f21e3c64ddaa4 (diff)
Rename 'Extend Vertex' to be clear it operates on many vertices
Diffstat (limited to 'source/blender/editors/mesh/editmesh_rip_edge.c')
-rw-r--r--source/blender/editors/mesh/editmesh_rip_edge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_rip_edge.c b/source/blender/editors/mesh/editmesh_rip_edge.c
index 8b784f8a3f8..1f897f2d376 100644
--- a/source/blender/editors/mesh/editmesh_rip_edge.c
+++ b/source/blender/editors/mesh/editmesh_rip_edge.c
@@ -228,7 +228,7 @@ found_edge:
void MESH_OT_rip_edge(wmOperatorType *ot)
{
/* identifiers */
- ot->name = "Extend Vertex";
+ ot->name = "Extend Vertices";
ot->idname = "MESH_OT_rip_edge";
ot->description = "Extend vertices along the edge closest to the cursor";