Stupid keyboard should know what coders want to type ! (i.e. another typo fix in UI messages :p )

This commit is contained in:
Bastien Montagne
2013-01-13 14:52:31 +00:00
parent 14925a8e51
commit f561fb5e7a

View File

@@ -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);