UI: Rename Copy Vertex Group to Duplicate Vertex Group #107691

Merged
Harley Acheson merged 1 commits from zanqdo/blender:copy-vertex-group-rename into main 2023-05-21 02:02:16 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -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";