improved tooltips

This commit is contained in:
Gaia Clary
2013-04-13 09:27:03 +00:00
parent fb9d88692d
commit f181952a28

View File

@@ -1350,7 +1350,7 @@ void OBJECT_OT_shade_flat(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Shade Flat";
ot->description = "Display faces 'flat'";
ot->description = "Render faces with uniform shading (using Face Normals)";
ot->idname = "OBJECT_OT_shade_flat";
/* api callbacks */
@@ -1365,7 +1365,7 @@ void OBJECT_OT_shade_smooth(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Shade Smooth";
ot->description = "Display faces 'smooth' (using vertex normals)";
ot->description = "Render faces with gradient shading (using Vertex Normals)";
ot->idname = "OBJECT_OT_shade_smooth";
/* api callbacks */