From 349357a7bdffcf82705598d3cfc203812dd6d9a3 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Thu, 14 Feb 2019 18:16:18 +0100 Subject: UI: reword error message when Python script fails. Differential Revision: https://developer.blender.org/D4353 --- source/blender/editors/space_text/text_ops.c | 2 +- source/tools | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/blender/editors/space_text/text_ops.c b/source/blender/editors/space_text/text_ops.c index d23e59d437c..54117dc2051 100644 --- a/source/blender/editors/space_text/text_ops.c +++ b/source/blender/editors/space_text/text_ops.c @@ -613,7 +613,7 @@ static int text_run_script(bContext *C, ReportList *reports) } } - BKE_report(reports, RPT_ERROR, "Python script fail, look in the console for now..."); + BKE_report(reports, RPT_ERROR, "Python script failed, check the message in the system console"); return OPERATOR_FINISHED; } diff --git a/source/tools b/source/tools index 3f0d91e9249..83428cbf0a8 160000 --- a/source/tools +++ b/source/tools @@ -1 +1 @@ -Subproject commit 3f0d91e9249bf35b92ee745e2c45c460c869fb25 +Subproject commit 83428cbf0a8d7e0bdd7a91c00124381c1db42e70 -- cgit v1.2.3