From 4376fdb3a4ed64ce4fbb5d84a32afa05b57953e8 Mon Sep 17 00:00:00 2001 From: Daniel Salazar Date: Sat, 6 May 2023 16:16:25 -0600 Subject: [PATCH] Rename Copy Vertex Group to Duplicate Vertex Group --- source/blender/editors/object/object_vgroup.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/editors/object/object_vgroup.cc b/source/blender/editors/object/object_vgroup.cc index 5c33228726d..6dd1ba6a7ca 100644 --- a/source/blender/editors/object/object_vgroup.cc +++ b/source/blender/editors/object/object_vgroup.cc @@ -2796,7 +2796,7 @@ static int vertex_group_copy_exec(bContext *C, wmOperator * /*op*/) void OBJECT_OT_vertex_group_copy(wmOperatorType *ot) { /* identifiers */ - ot->name = "Copy Vertex Group"; + ot->name = "Duplicate Vertex Group"; ot->idname = "OBJECT_OT_vertex_group_copy"; ot->description = "Make a copy of the active vertex group"; -- 2.30.2