--- loncom/xml/lonplot.pm 2002/06/13 17:58:47 1.77 +++ loncom/xml/lonplot.pm 2002/10/11 13:06:46 1.78 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Dynamic plot # -# $Id: lonplot.pm,v 1.77 2002/06/13 17:58:47 matthew Exp $ +# $Id: lonplot.pm,v 1.78 2002/10/11 13:06:46 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -319,7 +319,7 @@ my %axis_defaults = color => { default => 'x000000', test => $color_test, - description => 'color of axes (x000000)', + description => 'color of grid lines (x000000)', edit_type => 'entry', size => '10' },