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:
authorBastien Montagne <montagne29@wanadoo.fr>2014-05-26 22:12:03 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2014-05-26 22:12:03 +0400
commit3a41797df49160e5bdf43cf498af8cc6b81a302b (patch)
tree03e901799cfc86efe31c88790ee0f850f509e0d1
parentb33d83bf51e8a7ecbecde4cc8392c3c7767bc87c (diff)
Usual UI messages tweaks.
-rw-r--r--release/scripts/modules/bl_i18n_utils/utils_spell_check.py1
-rw-r--r--source/blender/editors/object/object_bake_api.c5
2 files changed, 3 insertions, 3 deletions
diff --git a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
index 212a5075057..aa10b71783c 100644
--- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
+++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
@@ -135,6 +135,7 @@ class SpellChecker():
"prepend",
"preprocess", "preprocessing",
"preseek",
+ "promillage",
"pushdown",
"raytree",
"readonly",
diff --git a/source/blender/editors/object/object_bake_api.c b/source/blender/editors/object/object_bake_api.c
index 9fd24e20158..54d1f0c679b 100644
--- a/source/blender/editors/object/object_bake_api.c
+++ b/source/blender/editors/object/object_bake_api.c
@@ -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 ++;