[LON-CAPA-cvs] cvs: loncom /xml lonplot.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Mon, 28 Jun 2004 15:42:50 -0000
matthew Mon Jun 28 11:42:50 2004 EDT
Modified files:
/loncom/xml lonplot.pm
Log:
Bug 3123: Change wording on tic mark entry.
Index: loncom/xml/lonplot.pm
diff -u loncom/xml/lonplot.pm:1.97 loncom/xml/lonplot.pm:1.98
--- loncom/xml/lonplot.pm:1.97 Mon Jun 21 16:04:29 2004
+++ loncom/xml/lonplot.pm Mon Jun 28 11:42:49 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Dynamic plot
#
-# $Id: lonplot.pm,v 1.97 2004/06/21 20:04:29 matthew Exp $
+# $Id: lonplot.pm,v 1.98 2004/06/28 15:42:49 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -311,7 +311,7 @@
minorfreq => {
default => '0',
test => $int_test,
- description => 'Number of minor tics between major tic marks',
+ description => 'Number of minor tics per major tic mark',
edit_type => 'entry',
size => '10'
},