--- loncom/homework/optionresponse.pm	2002/01/18 16:37:05	1.32
+++ loncom/homework/optionresponse.pm	2002/01/25 16:12:18	1.33
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # option list style responses
 #
-# $Id: optionresponse.pm,v 1.32 2002/01/18 16:37:05 sakharuk Exp $
+# $Id: optionresponse.pm,v 1.33 2002/01/25 16:12:18 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -50,7 +50,7 @@ sub start_optionresponse {
         &Apache::edit::end_row().
         &Apache::edit::start_spanning_row().
         "\n";
-    $result.=&Apache::edit::text_arg('Max Number Of Foils:','max',$token,'4').
+    $result.=&Apache::edit::text_arg('Max Number Of Shown Foils:','max',$token,'4').
         &Apache::edit::end_row().
 	&Apache::edit::start_spanning_row();
   }