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-01-13 18:52:31 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-01-13 18:52:31 +0400
commitf561fb5e7afe18a22a98d9fbad34c06d86bc3d39 (patch)
treeeced5b905ebc1c0699200f929436663d8fd8c0cc /source/blender/makesrna/intern/rna_image.c
parent14925a8e510a65bd53528c3a158cd6121278eebe (diff)
Stupid keyboard should know what coders want to type ! (i.e. another typo fix in UI messages :p )
Diffstat (limited to 'source/blender/makesrna/intern/rna_image.c')
-rw-r--r--source/blender/makesrna/intern/rna_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_image.c b/source/blender/makesrna/intern/rna_image.c
index 11510b7e436..81dbfff13b2 100644
--- a/source/blender/makesrna/intern/rna_image.c
+++ b/source/blender/makesrna/intern/rna_image.c
@@ -709,7 +709,7 @@ static void rna_def_image(BlenderRNA *brna)
prop = RNA_def_property(srna, "channels", PROP_INT, PROP_UNSIGNED);
RNA_def_property_int_funcs(prop, "rna_Image_channels_get", NULL, NULL);
- RNA_def_property_ui_text(prop, "Channels", "Number of channels in pixels nuffer");
+ RNA_def_property_ui_text(prop, "Channels", "Number of channels in pixels buffer");
RNA_def_property_clear_flag(prop, PROP_EDITABLE);
prop = RNA_def_property(srna, "is_float", PROP_BOOLEAN, PROP_NONE);