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:
authorBastien Montagne <montagne29@wanadoo.fr>2016-01-11 14:41:45 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-01-11 14:42:18 +0300
commit8d9ffa1a6f8ce0c5729dd2f89abb3fa8d0872698 (patch)
treeaf3bec4d99e60df27571e6a772acf9497440a8e9 /source
parentf84ebfea61c68429e2f86bf22ff763bcddcea30b (diff)
Fix tip about hair grid display (was copy/paste from hair guides one...).
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 27ceaabd5dd..3f401a29945 100644
--- a/source/blender/makesrna/intern/rna_particle.c
+++ b/source/blender/makesrna/intern/rna_particle.c
@@ -2223,7 +2223,7 @@ static void rna_def_particle_settings(BlenderRNA *brna)
prop = RNA_def_property(srna, "show_hair_grid", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "draw", PART_DRAW_HAIR_GRID);
- RNA_def_property_ui_text(prop, "Guide Hairs", "Show guide hairs");
+ RNA_def_property_ui_text(prop, "Guide Hairs", "Show hair simulation grid");
RNA_def_property_update(prop, 0, "rna_Particle_redo");
prop = RNA_def_property(srna, "show_velocity", PROP_BOOLEAN, PROP_NONE);