From 2091eca9627d818f80e5213fde8f37490707cfc0 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 17 Jun 2013 10:01:35 +0000 Subject: Usual UI messages style edits... --- source/blender/editors/space_nla/nla_edit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/editors/space_nla') diff --git a/source/blender/editors/space_nla/nla_edit.c b/source/blender/editors/space_nla/nla_edit.c index 164382c300d..159cc74af56 100644 --- a/source/blender/editors/space_nla/nla_edit.c +++ b/source/blender/editors/space_nla/nla_edit.c @@ -425,8 +425,7 @@ static int nlaedit_add_actionclip_exec(bContext *C, wmOperator *op) if (items == 0) { BKE_report(op->reports, RPT_ERROR, - "No active track(s) to add strip to. " - "Select an existing track or add one before trying again"); + "No active track(s) to add strip to, select an existing track or add one before trying again"); return OPERATOR_CANCELLED; } -- cgit v1.2.3