From 64add7c9c79a8f32f0ca68484040bb749b0b728c Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 16 Oct 2012 07:53:10 +0000 Subject: More UI messages and BKE_reportf<->BKE_report fixes... --- source/blender/editors/space_info/info_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_info') diff --git a/source/blender/editors/space_info/info_ops.c b/source/blender/editors/space_info/info_ops.c index fe36bc98144..bb2d55fa0f6 100644 --- a/source/blender/editors/space_info/info_ops.c +++ b/source/blender/editors/space_info/info_ops.c @@ -150,7 +150,7 @@ static int unpack_all_invoke(bContext *C, wmOperator *op, wmEvent *UNUSED(event) count = countPackedFiles(bmain); if (!count) { - BKE_report(op->reports, RPT_WARNING, "No packed files. Auto-pack disabled"); + BKE_report(op->reports, RPT_WARNING, "No packed files (auto-pack disabled)"); G.fileflags &= ~G_AUTOPACK; return OPERATOR_CANCELLED; } -- cgit v1.2.3