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:
authorCampbell Barton <ideasman42@gmail.com>2011-06-30 08:32:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-30 08:32:59 +0400
commit66b565a376c1fea6117f4432a1f7ba77adcdec49 (patch)
tree703ddb52ef17d8834e119d852ddee956b0daabcb /source/blender/editors/object
parent5c3e73fd569604d19d579ce74eb5fa8ed3fb0a06 (diff)
improve error report [#27775] External Image Editor Preference does not work
also correct tooltip typo.
Diffstat (limited to 'source/blender/editors/object')
-rw-r--r--source/blender/editors/object/object_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_edit.c b/source/blender/editors/object/object_edit.c
index 2dfb799f1ad..29a740affc5 100644
--- a/source/blender/editors/object/object_edit.c
+++ b/source/blender/editors/object/object_edit.c
@@ -1704,7 +1704,7 @@ void OBJECT_OT_shade_smooth(wmOperatorType *ot)
{
/* identifiers */
ot->name= "Shade Smooth";
- ot->description= "Display faces 'smooth' (using vertext normals)";
+ ot->description= "Display faces 'smooth' (using vertex normals)";
ot->idname= "OBJECT_OT_shade_smooth";
/* api callbacks */