fix [#27800] Tooltips for shading mode options the wrong way round.

This commit is contained in:
Campbell Barton
2011-06-29 06:14:15 +00:00
parent c19d2d2da2
commit e0e9c81c94

View File

@@ -1689,7 +1689,7 @@ void OBJECT_OT_shade_flat(wmOperatorType *ot)
{
/* identifiers */
ot->name= "Shade Flat";
ot->description= "Display faces 'smooth' (using vertext normals)";
ot->description= "Display faces 'flat'";
ot->idname= "OBJECT_OT_shade_flat";
/* api callbacks */
@@ -1704,7 +1704,7 @@ void OBJECT_OT_shade_smooth(wmOperatorType *ot)
{
/* identifiers */
ot->name= "Shade Smooth";
ot->description= "Display faces 'flat'";
ot->description= "Display faces 'smooth' (using vertext normals)";
ot->idname= "OBJECT_OT_shade_smooth";
/* api callbacks */