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>2013-09-10 00:22:01 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-09-10 00:22:01 +0400
commit83b2eefd095ff05533d55c35750772375f6a58cc (patch)
treee8fe6cb402bc0a51509b80084c1bb08e6cdbe4bb /source/blender/makesrna/intern/rna_ui.c
parent00641bb237d32c341134e22201459aa74ea2e370 (diff)
Usual UI messages fixes...
Diffstat (limited to 'source/blender/makesrna/intern/rna_ui.c')
-rw-r--r--source/blender/makesrna/intern/rna_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_ui.c b/source/blender/makesrna/intern/rna_ui.c
index 6d521c6364f..40bc0d3973e 100644
--- a/source/blender/makesrna/intern/rna_ui.c
+++ b/source/blender/makesrna/intern/rna_ui.c
@@ -1122,7 +1122,7 @@ static void rna_def_uilist(BlenderRNA *brna)
prop = RNA_def_property(srna, "bitflag_filter_item", PROP_INT, PROP_UNSIGNED);
RNA_def_property_ui_text(prop, "FILTER_ITEM",
- "The value of the reserved bitfalg 'FILTER_ITEM' (in filter_flags values)");
+ "The value of the reserved bitflag 'FILTER_ITEM' (in filter_flags values)");
RNA_def_property_int_funcs(prop, "rna_UIList_filter_const_FILTER_ITEM_get", NULL, NULL);
RNA_def_property_clear_flag(prop, PROP_EDITABLE);
}