Commit: 4ffc4fb0bc15f9d5a69043a6c3c5d5e87bc84d28
Author: Roman Pogribnyi
Date:   Sun Oct 26 21:50:31 2014 +0100
Branches: soc-2014-fluid
https://developer.blender.org/rB4ffc4fb0bc15f9d5a69043a6c3c5d5e87bc84d28

UI syntax

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

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

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

diff --git a/source/blender/makesrna/intern/rna_smoke.c 
b/source/blender/makesrna/intern/rna_smoke.c
index 507753b..d2e985d 100644
--- a/source/blender/makesrna/intern/rna_smoke.c
+++ b/source/blender/makesrna/intern/rna_smoke.c
@@ -604,7 +604,7 @@ static void rna_def_smoke_domain_settings(BlenderRNA *brna)
        RNA_def_property_int_sdna(prop, NULL, "manta_uvs_num");
        RNA_def_property_range(prop, 0, 4);
        RNA_def_property_ui_range(prop, 0, 4, 1, -1);
-       RNA_def_property_ui_text(prop, "UVs number", "how many uv coordinate 
grind to use(Better not more than 2)");
+       RNA_def_property_ui_text(prop, "UVs number", "Number of UV coordinate 
grids to use(Better not more than 2)");
 //     RNA_def_property_update(prop, NC_OBJECT | ND_MODIFIER, 
"rna_Smoke_reset");
        
        prop = RNA_def_property(srna, "manta_clamp_noise", PROP_BOOLEAN, 
PROP_NONE);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to