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>2017-10-19 03:09:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-10-19 03:09:27 +0300
commit3859f5ec286ac6330fe751172a03bdddbb089137 (patch)
treef601fabeeb36a7b204caac4020d37550a5758250 /source/blender/editors/mesh/editmesh_path.c
parentd85a0a722e5f00d2ce6ae7c35953859646c36d09 (diff)
Docs: correct descriptions
Diffstat (limited to 'source/blender/editors/mesh/editmesh_path.c')
-rw-r--r--source/blender/editors/mesh/editmesh_path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_path.c b/source/blender/editors/mesh/editmesh_path.c
index 4431712e720..a85d2425b3c 100644
--- a/source/blender/editors/mesh/editmesh_path.c
+++ b/source/blender/editors/mesh/editmesh_path.c
@@ -784,7 +784,7 @@ void MESH_OT_shortest_path_select(wmOperatorType *ot)
/* identifiers */
ot->name = "Select Shortest Path";
ot->idname = "MESH_OT_shortest_path_select";
- ot->description = "Selected vertex path between two vertices";
+ ot->description = "Selected shortest path between two vertices/edges/faces";
/* api callbacks */
ot->exec = edbm_shortest_path_select_exec;