[LON-CAPA-cvs] cvs: loncom /xml lonplot.pm

matthew lon-capa-cvs@mail.lon-capa.org
Fri, 11 Oct 2002 13:06:47 -0000


matthew		Fri Oct 11 09:06:47 2002 EDT

  Modified files:              
    /loncom/xml	lonplot.pm 
  Log:
  Minor descriptive change to axes tag color parameter.
  
  
Index: loncom/xml/lonplot.pm
diff -u loncom/xml/lonplot.pm:1.77 loncom/xml/lonplot.pm:1.78
--- loncom/xml/lonplot.pm:1.77	Thu Jun 13 13:58:47 2002
+++ loncom/xml/lonplot.pm	Fri Oct 11 09:06:46 2002
@@ -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 @@
      color   => {
 	 default => 'x000000', 
 	 test => $color_test,
-	 description => 'color of axes (x000000)',
+	 description => 'color of grid lines (x000000)',
 	 edit_type   => 'entry',
 	 size        => '10'
 	 },