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:
authorBastien Montagne <montagne29@wanadoo.fr>2015-03-03 12:40:52 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-03-03 12:40:52 +0300
commit82cafcfdb7cf6f32b2734ce789947d1b84e0d3cc (patch)
tree555310e986c5b943117d47fe6420d2c22352bb09 /source/blender/editors/space_action
parent23330473e37dbcc973a20942ed9af4a716e6c57f (diff)
UI messages fixes...
Diffstat (limited to 'source/blender/editors/space_action')
-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 764e426341a..7f8711c415e 100644
--- a/source/blender/editors/space_action/action_edit.c
+++ b/source/blender/editors/space_action/action_edit.c
@@ -314,7 +314,7 @@ static int action_pushdown_exec(bContext *C, wmOperator *op)
*/
if (action_has_motion(adt->action) == 0) {
/* action may not be suitable... */
- BKE_report(op->reports, RPT_WARNING, "Action needs have at least a keyframe or some FModifiers");
+ BKE_report(op->reports, RPT_WARNING, "Action must have at least one keyframe or F-Modifier");
return OPERATOR_CANCELLED;
}
else {