[Bf-blender-cvs] [47b87e1] master: Usual i18n/UI messages fixes...

Bastien Montagne noreply at git.blender.org
Tue Aug 30 10:43:54 CEST 2016


Commit: 47b87e1f3b5d52799024f5529b946837f390448e
Author: Bastien Montagne
Date:   Mon Aug 29 21:08:33 2016 +0200
Branches: master
https://developer.blender.org/rB47b87e1f3b5d52799024f5529b946837f390448e

Usual i18n/UI messages fixes...

===================================================================

M	release/scripts/modules/bl_i18n_utils/utils_spell_check.py
M	source/blender/makesrna/intern/rna_scene.c

===================================================================

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 c3b72b7..fa42778 100644
--- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
+++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
@@ -153,7 +153,7 @@ class SpellChecker:
         "realtime",
         "rekey",
         "remesh",
-        "reprojection",
+        "reprojection", "reproject",
         "resize",
         "restpose",
         "retarget", "retargets", "retargeting", "retargeted",
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index 98df127..70c8f14 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -2291,7 +2291,7 @@ static void rna_def_gpencil_brushes(BlenderRNA *brna, PropertyRNA *cprop)
 		"rna_GPencilBrushes_index_get",
 		"rna_GPencilBrushes_index_set",
 		"rna_GPencilBrushes_index_range");
-	RNA_def_property_ui_text(prop, "Active brush Index", "Index of active brush");
+	RNA_def_property_ui_text(prop, "Active Brush Index", "Index of active brush");
 }
 
 static void rna_def_transform_orientation(BlenderRNA *brna)




More information about the Bf-blender-cvs mailing list