Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-03-30 03:41:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-30 03:41:44 +0300
commitec3da20896a66225c0e3f48cd4082a286109b371 (patch)
tree405a6088276073bbae2b1c1e76d2f507dad8a280 /release
parent9ccaf9899e3efdc9eb459e3eb475fdf190194276 (diff)
UI: use operator name for extrude repeat
Match names between the redo popup and the menu item.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 4482180a8c1..2349d9cc1f3 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -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):