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

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 28 Oct 2003 21:45:15 -0000


albertel		Tue Oct 28 16:45:15 2003 EDT

  Modified files:              
    /loncom/interface	lonhelper.pm 
  Log:
  - ain't a wizard
  
  
Index: loncom/interface/lonhelper.pm
diff -u loncom/interface/lonhelper.pm:1.60 loncom/interface/lonhelper.pm:1.61
--- loncom/interface/lonhelper.pm:1.60	Tue Oct 14 14:32:15 2003
+++ loncom/interface/lonhelper.pm	Tue Oct 28 16:45:15 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # .helper XML handler to implement the LON-CAPA helper
 #
-# $Id: lonhelper.pm,v 1.60 2003/10/14 18:32:15 bowersj2 Exp $
+# $Id: lonhelper.pm,v 1.61 2003/10/28 21:45:15 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3114,7 +3114,7 @@
     }
 
     my $result = "<form name='helpform' method='get' action='/adm/parmset#$affectedResourceId&$parm_name&$level'>\n";
-    $result .= '<p>Confirm that this information is correct, then click &quot;Finish Wizard&quot; to complete setting the parameter.<ul>';
+    $result .= '<p>Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.<ul>';
     
     # Print the type of manipulation:
     $result .= '<li>Setting the <b>' . $dateTypeHash{$vars->{ACTION_TYPE}} . '</b>';