Commit: fa0d65d5127117c0c71178266e1c61f7cbbe65a9
Author: Brecht Van Lommel
Date:   Wed Jan 29 18:28:09 2014 +0100
https://developer.blender.org/rBfa0d65d5127117c0c71178266e1c61f7cbbe65a9

Fix accidental description change in recent commit.

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

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

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

diff --git a/source/blender/makesrna/intern/rna_particle.c 
b/source/blender/makesrna/intern/rna_particle.c
index ca582ef..31e87f4 100644
--- a/source/blender/makesrna/intern/rna_particle.c
+++ b/source/blender/makesrna/intern/rna_particle.c
@@ -2414,7 +2414,7 @@ static void rna_def_particle_settings(BlenderRNA *brna)
        RNA_def_property_enum_sdna(prop, NULL, "omat");
        RNA_def_property_enum_items(prop, part_mat_items);
        RNA_def_property_enum_funcs(prop, NULL, NULL, 
"rna_Particle_Material_itemf");
-       RNA_def_property_ui_text(prop, "Material Slot", "Material nlot used for 
rendering particles");
+       RNA_def_property_ui_text(prop, "Material Slot", "Material slot used for 
rendering particles");
        RNA_def_property_update(prop, 0, "rna_Particle_redo");
 
        prop = RNA_def_property(srna, "integrator", PROP_ENUM, PROP_NONE);

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

Reply via email to