And more UI messages spell check.

This commit is contained in:
2012-10-13 13:40:05 +00:00
parent 3b88a29abf
commit 9f21b799c4
18 changed files with 28 additions and 24 deletions

View File

@@ -1900,7 +1900,7 @@ int RE_is_rendering_allowed(Scene *scene, Object *camera_override, ReportList *r
if (scene->r.scemode & R_DOCOMP) {
if (scene->use_nodes) {
if (!scene->nodetree) {
BKE_report(reports, RPT_ERROR, "No Nodetree in Scene");
BKE_report(reports, RPT_ERROR, "No node tree in Scene");
return 0;
}