Usual UI messages tweaks.

This commit is contained in:
Bastien Montagne 2014-05-26 20:12:03 +02:00
parent b33d83bf51
commit 3a41797df4
2 changed files with 3 additions and 3 deletions

@ -135,6 +135,7 @@ class SpellChecker():
"prepend",
"preprocess", "preprocessing",
"preseek",
"promillage",
"pushdown",
"raytree",
"readonly",

@ -523,9 +523,8 @@ static int bake(
continue;
if (!is_uniform_scaled_m4(ob_iter->obmat)) {
BKE_reportf(reports, RPT_INFO,
"Selected objects must have uniform scale. Apply scale to object \"%s\" for correct results",
ob_iter->id.name + 2);
BKE_reportf(reports, RPT_INFO, "Selected objects must have uniform scale "
"(apply scale to object \"%s\" for correct results)", ob_iter->id.name + 2);
}
tot_highpoly ++;