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:
-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