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
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2012-04-14 19:44:31 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-04-14 19:44:31 +0400
commite5bda9f8270d390a694c256731d292cc1c5c5235 (patch)
treea76860091b7af8c039ad2313bf4a02b58c15df8a /source/blender/makesrna/intern/rna_fluidsim.c
parent310c0b9f100bbaf0c51888808fcb9fbf11ea27f9 (diff)
Fixed some UI message typos (spotted by Leon Cheung, thx).
Diffstat (limited to 'source/blender/makesrna/intern/rna_fluidsim.c')
-rw-r--r--source/blender/makesrna/intern/rna_fluidsim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_fluidsim.c b/source/blender/makesrna/intern/rna_fluidsim.c
index 057f82a44e9..86f03c43e7c 100644
--- a/source/blender/makesrna/intern/rna_fluidsim.c
+++ b/source/blender/makesrna/intern/rna_fluidsim.c
@@ -598,7 +598,7 @@ static void rna_def_fluidsim_particle(BlenderRNA *brna)
RNA_def_property_range(prop, 0.0, 2.0);
RNA_def_property_ui_text(prop, "Alpha Influence",
"Amount of particle alpha change, inverse of size influence: 0=off (all same alpha), "
- "1=full (large particles get lower alphas, smaller ones higher values)");
+ "1=full (larger particles get lower alphas, smaller ones higher values)");
prop = RNA_def_property(srna, "filepath", PROP_STRING, PROP_FILEPATH);
RNA_def_property_string_maxlength(prop, FILE_MAX);