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>2017-10-03 22:32:31 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-10-03 22:32:46 +0300
commitad22d29dac522923821faf553404c06b7cf208ad (patch)
tree80664adb41bb01a6bd104c8efdb2dc520a06742a
parent239b38cd64849ebd26360e4c738b4784a1a9d19d (diff)
Some UI/messages fixes.
-rw-r--r--release/scripts/modules/bl_i18n_utils/utils_spell_check.py2
-rw-r--r--source/blender/makesrna/intern/rna_space.c2
2 files changed, 3 insertions, 1 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 b33588c903b..2ce8385f714 100644
--- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
+++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
@@ -107,6 +107,7 @@ class SpellChecker:
"fulldome", "fulldomes",
"fullscreen",
"gridline",
+ "hardlight",
"hemi",
"inbetween",
"inscatter", "inscattering",
@@ -447,6 +448,7 @@ class SpellChecker:
"gpencil",
"idcol",
"keyframe", "keyframes", "keyframing", "keyframed",
+ "luminocity",
"mathvis",
"metaball", "metaballs", "mball",
"metaelement", "metaelements",
diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index ed28b0d399b..724eeccd108 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -2846,7 +2846,7 @@ static void rna_def_space_view3d(BlenderRNA *brna)
prop = RNA_def_property(srna, "clip_planes", PROP_FLOAT, PROP_NONE);
RNA_def_property_float_sdna(prop, NULL, "clip");
RNA_def_property_multi_array(prop, 2, (int[]){6, 4});
- RNA_def_property_ui_text(prop, "Clipe Planes", "");
+ RNA_def_property_ui_text(prop, "Clip Planes", "");
prop = RNA_def_property(srna, "view_location", PROP_FLOAT, PROP_TRANSLATION);
#if 0