Usual i18n/UI messages tweaks.

This commit is contained in:
Bastien Montagne 2016-01-19 20:31:06 +01:00
parent e5904f3eea
commit aeaa0ce3e8
2 changed files with 5 additions and 3 deletions

@ -123,6 +123,7 @@ class SpellChecker:
"mixdown",
"multi",
"multifractal",
"multipaint",
"multires", "multiresolution",
"multisampling",
"multitexture",

@ -450,11 +450,12 @@ static bool bake_pass_filter_check(ScenePassType pass_type, const int pass_filte
if ((pass_filter & R_BAKE_PASS_FILTER_AO) != 0) {
BKE_report(reports, RPT_ERROR,
"Combined bake pass Ambient Occlusion contribution requires an enabled light pass. "
"Bake the Ambient Occlusion pass type instead.");
"Combined bake pass Ambient Occlusion contribution requires an enabled light pass "
"(bake the Ambient Occlusion pass type instead)");
}
else {
BKE_report(reports, RPT_ERROR, "Combined bake pass requires Emit, or a light pass with "
BKE_report(reports, RPT_ERROR,
"Combined bake pass requires Emit, or a light pass with "
"Direct or Indirect contributions enabled");
}