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-06-11 13:05:17 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-06-11 13:05:17 +0400
commitfccd8acb357014a7112ea7f51055edb710b5667c (patch)
tree0aba443d6b6b4019116e15be47c059a6315741c1 /source/blender/makesrna/intern/rna_color.c
parent8015b7a4a5bcf39250b96bc3744498c50d0c641c (diff)
UI messages fixes...
Diffstat (limited to 'source/blender/makesrna/intern/rna_color.c')
-rw-r--r--source/blender/makesrna/intern/rna_color.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_color.c b/source/blender/makesrna/intern/rna_color.c
index ce0b396caf7..ecdfe1505c8 100644
--- a/source/blender/makesrna/intern/rna_color.c
+++ b/source/blender/makesrna/intern/rna_color.c
@@ -589,7 +589,7 @@ static void rna_def_histogram(BlenderRNA *brna)
prop = RNA_def_property(srna, "show_line", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "flag", HISTO_FLAG_LINE);
- RNA_def_property_ui_text(prop, "Show Line", "Displays lines rather then filled shapes");
+ RNA_def_property_ui_text(prop, "Show Line", "Display lines rather then filled shapes");
RNA_def_property_ui_icon(prop, ICON_IPO, 0);
}