Fix T58863: 'Smooth/Flat Shading' to 'Shader Smoot/Flat' in context menu

This commit is contained in:
Jacques Lucke 2018-12-06 16:19:29 +01:00
parent 50d26e7c78
commit 828c4d1c54
Notes: blender-bot 2023-02-14 08:07:50 +01:00
Referenced by issue #58863, Smooth / Flat shading text differences
1 changed files with 2 additions and 2 deletions

View File

@ -1747,8 +1747,8 @@ class VIEW3D_MT_object_specials(Menu):
if obj.type == 'MESH':
layout.operator("object.shade_smooth", text="Smooth Shading")
layout.operator("object.shade_flat", text="Flat Shading")
layout.operator("object.shade_smooth", text="Shade Smooth")
layout.operator("object.shade_flat", text="Shade Flat")
layout.separator()