Do not overide text

This commit is contained in:
Aaron Carlisle 2017-02-09 16:25:04 -05:00
parent bb1367cdaf
commit 38155c7d3c
Notes: blender-bot 2024-03-25 12:30:38 +01:00
Referenced by issue #50616, Blender / Cycles / Material list Crash - When dealing with image sequences longer than 63 images long on Windows
Referenced by issue #50565, Transform: Planar constraints don't work properly with non-Blender key configurations
1 changed files with 1 additions and 1 deletions

View File

@ -2628,7 +2628,7 @@ class VIEW3D_MT_edit_mesh_clean(Menu):
layout.operator("mesh.face_make_planar")
layout.operator("mesh.vert_connect_nonplanar")
layout.operator("mesh.vert_connect_concave")
layout.operator("mesh.remove_doubles", text="Remove Double Vertices")
layout.operator("mesh.remove_doubles")
layout.operator("mesh.fill_holes")