Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/object/object_edit.c')
-rw-r--r--source/blender/editors/object/object_edit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/object/object_edit.c b/source/blender/editors/object/object_edit.c
index dda2f55dee4..bf8ebcea754 100644
--- a/source/blender/editors/object/object_edit.c
+++ b/source/blender/editors/object/object_edit.c
@@ -1691,7 +1691,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 */
@@ -1706,7 +1706,7 @@ void OBJECT_OT_shade_smooth(wmOperatorType *ot)
{
/* identifiers */
ot->name= _("Shade Smooth");
- ot->description= _("Display faces 'flat'");
+ ot->description= _("Display faces 'smooth' (using vertex normals)");
ot->idname= "OBJECT_OT_shade_smooth";
/* api callbacks */