[LON-CAPA-cvs] cvs: loncom /interface lonindexer.pm

matthew lon-capa-cvs@mail.lon-capa.org
Thu, 15 Jul 2004 14:47:32 -0000


matthew		Thu Jul 15 10:47:32 2004 EDT

  Modified files:              
    /loncom/interface	lonindexer.pm 
  Log:
  Added phrase 'updated periodically' to the "Usage Statistics" heading.
  
  
Index: loncom/interface/lonindexer.pm
diff -u loncom/interface/lonindexer.pm:1.119 loncom/interface/lonindexer.pm:1.120
--- loncom/interface/lonindexer.pm:1.119	Tue Jul  6 20:02:00 2004
+++ loncom/interface/lonindexer.pm	Thu Jul 15 10:47:31 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Directory Indexer
 #
-# $Id: lonindexer.pm,v 1.119 2004/07/07 00:02:00 taceyjo1 Exp $
+# $Id: lonindexer.pm,v 1.120 2004/07/15 14:47:31 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -519,7 +519,7 @@
 	$r->print("<td><b>".&mt("Language")."</b></td>\n")
 	    if ($hash{'display_attrs_6'} == 1);
 	$r->print("<td><b>".&mt("Usage Statistics")." <br />(".
-		  &mt("Courses/Network Hits").")</b></td>\n")
+		  &mt("Courses/Network Hits").")</b> ".&mt('updated periodically')."</td>\n")
 	    if ($hash{'display_attrs_8'} == 1);
 	$r->print("<td><b>".&mt("Source Available")."</b></td>\n")
 	    if ($hash{'display_attrs_10'} == 1);