[Bf-blender-cvs] [4d5446c] master: Usual UI messages fixes...

Bastien Montagne noreply at git.blender.org
Mon Apr 20 14:46:26 CEST 2015


Commit: 4d5446cea7c3498eeca05ea4917b7b7594bef3ac
Author: Bastien Montagne
Date:   Mon Apr 20 14:45:40 2015 +0200
Branches: master
https://developer.blender.org/rB4d5446cea7c3498eeca05ea4917b7b7594bef3ac

Usual UI messages fixes...

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

M	source/blender/makesrna/intern/rna_lamp.c

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

diff --git a/source/blender/makesrna/intern/rna_lamp.c b/source/blender/makesrna/intern/rna_lamp.c
index 481d139..6140a34 100644
--- a/source/blender/makesrna/intern/rna_lamp.c
+++ b/source/blender/makesrna/intern/rna_lamp.c
@@ -828,7 +828,8 @@ static void rna_def_sun_lamp(BlenderRNA *brna)
 
 	prop = RNA_def_property(srna, "show_shadow_box", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "mode", LA_SHOW_SHADOW_BOX);
-	RNA_def_property_ui_text(prop, "Show Shadow Box", "Draw box in 3D view to visualize which object are contained in it");
+	RNA_def_property_ui_text(prop, "Show Shadow Box",
+	                         "Draw a box in 3D view to visualize which objects are contained in it");
 	RNA_def_property_update(prop, 0, "rna_Lamp_draw_update");
 }




More information about the Bf-blender-cvs mailing list