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-04-19 14:35:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-19 14:35:24 +0400
commita8185f4cc8a162e2bdb4c9da211af65f2821ec2b (patch)
tree0511681ea4baacc5a1f85ecf3b485bb2a91f2f9e /source/blender/editors/space_action/action_edit.c
parent5b920bc2ff1e78767842b13f6997298b7e438204 (diff)
patch [#26978] Minor Spelling Mistakes in Editor Operators
+ some errors I noticed.
Diffstat (limited to 'source/blender/editors/space_action/action_edit.c')
-rw-r--r--source/blender/editors/space_action/action_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_action/action_edit.c b/source/blender/editors/space_action/action_edit.c
index b3aa9349da8..b30db6680e5 100644
--- a/source/blender/editors/space_action/action_edit.c
+++ b/source/blender/editors/space_action/action_edit.c
@@ -1220,7 +1220,7 @@ void ACTION_OT_keyframe_type (wmOperatorType *ot)
/* identifiers */
ot->name= "Set Keyframe Type";
ot->idname= "ACTION_OT_keyframe_type";
- ot->description= "Set type of keyframe for the seleced keyframes";
+ ot->description= "Set type of keyframe for the selected keyframes";
/* api callbacks */
ot->invoke= WM_menu_invoke;