From 8f658ec27c4fa51f9be8181eda063969fb14af84 Mon Sep 17 00:00:00 2001 From: Yevgeny Makarov Date: Wed, 22 Jul 2020 16:21:33 +1000 Subject: UI: use term 'Vertex' instead of 'Vert' --- source/blender/editors/mesh/editmesh_select.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (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 1198796cee1..1ea25353598 100644 --- a/source/blender/editors/mesh/editmesh_select.c +++ b/source/blender/editors/mesh/editmesh_select.c @@ -4229,10 +4229,7 @@ static int edbm_select_nth_exec(bContext *C, wmOperator *op) MEM_freeN(objects); if (!found_active_elt) { - BKE_report(op->reports, - RPT_ERROR, - (objects_len == 1 ? "Mesh has no active vert/edge/face" : - "Meshes have no active vert/edge/face")); + BKE_report(op->reports, RPT_ERROR, "Mesh object(s) have no active vertex/edge/face"); return OPERATOR_CANCELLED; } -- cgit v1.2.3