--- source/blender/editors/mesh/editmesh_tools.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: blender/source/blender/editors/mesh/editmesh_tools.c =================================================================== --- blender.orig/source/blender/editors/mesh/editmesh_tools.c +++ blender/source/blender/editors/mesh/editmesh_tools.c @@ -6885,7 +6885,7 @@ static int mesh_faces_shade_smooth_exec( void MESH_OT_faces_shade_smooth(wmOperatorType *ot) { /* identifiers */ - ot->name= "Flat Face Shading"; + ot->name= "Smooth Face Shading"; ot->idname= "MESH_OT_faces_shade_smooth"; /* api callbacks */ @@ -6911,7 +6911,7 @@ static int mesh_faces_shade_solid_exec(b void MESH_OT_faces_shade_solid(wmOperatorType *ot) { /* identifiers */ - ot->name= "Smooth Face Shading"; + ot->name= "Flat Face Shading"; ot->idname= "MESH_OT_faces_shade_solid"; /* api callbacks */