[LON-CAPA-cvs] cvs: loncom /homework chemresponse.pm

albertel lon-capa-cvs@mail.lon-capa.org
Sat, 08 Jan 2005 03:54:32 -0000


albertel		Fri Jan  7 22:54:32 2005 EDT

  Modified files:              
    /loncom/homework	chemresponse.pm 
  Log:
  - bug #3803
  
  
Index: loncom/homework/chemresponse.pm
diff -u loncom/homework/chemresponse.pm:1.42 loncom/homework/chemresponse.pm:1.43
--- loncom/homework/chemresponse.pm:1.42	Thu Oct 21 02:37:36 2004
+++ loncom/homework/chemresponse.pm	Fri Jan  7 22:54:32 2005
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # chemical equation style response
 #
-# $Id: chemresponse.pm,v 1.42 2004/10/21 06:37:36 albertel Exp $
+# $Id: chemresponse.pm,v 1.43 2005/01/08 03:54:32 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -355,7 +355,7 @@
 	$result .=&edit_reaction_button($id,&Apache::edit::html_element_name('answer'),$answer).'</nobr>';
 	my $initial=&Apache::lonxml::get_param('initial',$parstack,$safeeval);
 	$result.='<nobr>'.
-	    &Apache::edit::text_arg('Initial Reation:','initial',$token,40);
+	    &Apache::edit::text_arg('Initial Reaction:','initial',$token,40);
 	$result .=&edit_reaction_button($id,&Apache::edit::html_element_name('initial'),$initial).'</nobr>';
 	
 	$result .=&Apache::edit::end_row().&Apache::edit::start_spanning_row();