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>2013-06-17 14:01:35 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-06-17 14:01:35 +0400
commit2091eca9627d818f80e5213fde8f37490707cfc0 (patch)
tree836f9e5b96c656091694616e68b2b5a78f53dc8c /source/blender/editors/space_nla
parent2a1d58c14dc8727d3bf080f45c6ab2aeb3827df8 (diff)
Usual UI messages style edits...
Diffstat (limited to 'source/blender/editors/space_nla')
-rw-r--r--source/blender/editors/space_nla/nla_edit.c3
1 files changed, 1 insertions, 2 deletions
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;
}