--- loncom/xml/lonplot.pm 2004/09/13 13:34:06 1.103 +++ loncom/xml/lonplot.pm 2004/12/02 15:38:11 1.104 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Dynamic plot # -# $Id: lonplot.pm,v 1.103 2004/09/13 13:34:06 matthew Exp $ +# $Id: lonplot.pm,v 1.104 2004/12/02 15:38:11 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -246,7 +246,7 @@ my %gnuplot_defaults = bmargin => { default => 'default', test => sub {$_[0]=~/^(default|\d+)$/}, - description => 'Bottm margin width (pts):', + description => 'Bottom margin width (pts):', edit_type => 'choice', choices => $margin_choices, },