UI: use operator name for extrude repeat

Match names between the redo popup and the menu item.
This commit is contained in:
Campbell Barton 2020-03-30 11:41:44 +11:00
parent 9ccaf9899e
commit ec3da20896
1 changed files with 1 additions and 1 deletions

View File

@ -3896,7 +3896,7 @@ class VIEW3D_MT_edit_mesh_extrude(Menu):
layout.separator()
layout.operator("mesh.extrude_repeat", text="Extrude Array")
layout.operator("mesh.extrude_repeat")
class VIEW3D_MT_edit_mesh_vertices(Menu):