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/space_action/action_data.c')
-rw-r--r--source/blender/editors/space_action/action_data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_action/action_data.c b/source/blender/editors/space_action/action_data.c
index f1153b5bed0..2bfe756f76e 100644
--- a/source/blender/editors/space_action/action_data.c
+++ b/source/blender/editors/space_action/action_data.c
@@ -291,7 +291,7 @@ void ACTION_OT_new(wmOperatorType *ot)
/* ******************* Action Push-Down Operator ******************** */
/* Criteria:
- * 1) There must be an dopesheet/action editor, and it must be in a mode which uses actions
+ * 1) There must be an dopesheet/action editor, and it must be in a mode which uses actions
* 2) There must be an action active
* 3) The associated AnimData block must not be in tweakmode
*/
@@ -423,7 +423,7 @@ void ACTION_OT_stash(wmOperatorType *ot)
/* ----------------- */
/* Criteria:
- * 1) There must be an dopesheet/action editor, and it must be in a mode which uses actions
+ * 1) There must be an dopesheet/action editor, and it must be in a mode which uses actions
* 2) The associated AnimData block must not be in tweakmode
*/
static int action_stash_create_poll(bContext *C)