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
path: root/source
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2014-01-29 21:28:09 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2014-01-29 21:28:09 +0400
commitfa0d65d5127117c0c71178266e1c61f7cbbe65a9 (patch)
treefe43ebcf3959ec4530c76dc08034ea4bb2c121cf /source
parent6c329304c13db75ca5cb1be6d20e86a9857da426 (diff)
Fix accidental description change in recent commit.
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesrna/intern/rna_particle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_particle.c b/source/blender/makesrna/intern/rna_particle.c
index ca582eff81e..31e87f44a6a 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);