UI: reword error message when Python script fails.

Differential Revision: https://developer.blender.org/D4353
This commit is contained in:
Francesco Siddi 2019-02-14 18:16:18 +01:00 committed by Brecht Van Lommel
parent 1f1eea675f
commit 349357a7bd
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

@ -1 +1 @@
Subproject commit 3f0d91e9249bf35b92ee745e2c45c460c869fb25
Subproject commit 83428cbf0a8d7e0bdd7a91c00124381c1db42e70