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 08:30:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-10-19 08:30:20 +0300
commit27ab054badc5deb1fd1755723f51f562027808ee (patch)
tree8da47ebb8b96ce788139bb3316da7041f9f0d7bd /source/blender/editors/mesh/editmesh_path.c
parent32145c4a88f9b4947e22e51b9f17459fe6eacd79 (diff)
parentc64e515f9071c38ac23d14fa95f511e6d19066a8 (diff)
Merge branch 'master' into blender2.8
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 29bca00f1a9..b71dd029bf2 100644
--- a/source/blender/editors/mesh/editmesh_path.c
+++ b/source/blender/editors/mesh/editmesh_path.c
@@ -788,7 +788,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;