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:
authorFrancesco Siddi <francesco.siddi@gmail.com>2019-02-14 20:16:18 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-02-14 20:17:00 +0300
commit349357a7bdffcf82705598d3cfc203812dd6d9a3 (patch)
treee682cfc5e06516870ba13889362213c656cc7f05
parent1f1eea675f390cbd8fc32e9f67002637dc8250a7 (diff)
UI: reword error message when Python script fails.
Differential Revision: https://developer.blender.org/D4353
-rw-r--r--source/blender/editors/space_text/text_ops.c2
m---------source/tools0
2 files changed, 1 insertions, 1 deletions
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
-Subproject 3f0d91e9249bf35b92ee745e2c45c460c869fb2
+Subproject 83428cbf0a8d7e0bdd7a91c00124381c1db42e7