From 1c2e6de9696d9300446ee6a856df9ab68b5dac1f Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 12 May 2014 23:08:31 +0200 Subject: Usual typo and style fixes in UI messages... --- source/blender/editors/space_nla/nla_channels.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/editors/space_nla/nla_channels.c') diff --git a/source/blender/editors/space_nla/nla_channels.c b/source/blender/editors/space_nla/nla_channels.c index 16572f1790b..edd1a1fd6ed 100644 --- a/source/blender/editors/space_nla/nla_channels.c +++ b/source/blender/editors/space_nla/nla_channels.c @@ -460,7 +460,8 @@ static int nlachannels_pushdown_exec(bContext *C, wmOperator *op) return OPERATOR_CANCELLED; } else if (nlaedit_is_tweakmode_on(&ac)) { - BKE_report(op->reports, RPT_WARNING, "Cannot push down actions while tweaking a strip's action. Exit tweakmode first"); + BKE_report(op->reports, RPT_WARNING, + "Cannot push down actions while tweaking a strip's action, exit tweak mode first"); return OPERATOR_CANCELLED; } else if (adt->action == NULL) { -- cgit v1.2.3