From 3859f5ec286ac6330fe751172a03bdddbb089137 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 19 Oct 2017 11:09:27 +1100 Subject: Docs: correct descriptions --- source/blender/editors/mesh/editmesh_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/mesh/editmesh_select.c') diff --git a/source/blender/editors/mesh/editmesh_select.c b/source/blender/editors/mesh/editmesh_select.c index fd286096165..3f443b49a5e 100644 --- a/source/blender/editors/mesh/editmesh_select.c +++ b/source/blender/editors/mesh/editmesh_select.c @@ -2649,7 +2649,7 @@ void MESH_OT_select_linked(wmOperatorType *ot) /* identifiers */ ot->name = "Select Linked All"; ot->idname = "MESH_OT_select_linked"; - ot->description = "Select all vertices linked to the active mesh"; + ot->description = "Select all vertices connected to the current selection"; /* api callbacks */ ot->exec = edbm_select_linked_exec; -- cgit v1.2.3