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>2014-06-09 23:52:10 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2014-06-09 23:52:10 +0400
commit131d388d81a6c676498050e6905de8f7c6df8190 (patch)
tree83936f2427b78b8780fccc0dcb6b2123ef052287 /source/blender/makesrna/intern
parent75381aea50d401e4fc227109e10681ea0261b82a (diff)
Usual UI message handling...
Diffstat (limited to 'source/blender/makesrna/intern')
-rw-r--r--source/blender/makesrna/intern/rna_scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index 82cea3d20e3..e272d93a1e7 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -2188,7 +2188,7 @@ static void rna_def_statvis(BlenderRNA *brna)
prop = RNA_def_property(srna, "type", PROP_ENUM, PROP_NONE);
RNA_def_property_enum_items(prop, stat_type);
- RNA_def_property_ui_text(prop, "Type", "XXX");
+ RNA_def_property_ui_text(prop, "Type", "Type of data to visualize/check");
RNA_def_property_update(prop, 0, "rna_EditMesh_update");