--- loncom/interface/lonparmset.pm 2008/12/01 18:13:55 1.417 +++ loncom/interface/lonparmset.pm 2008/12/03 21:20:57 1.418 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.417 2008/12/01 18:13:55 droeschl Exp $ +# $Id: lonparmset.pm,v 1.418 2008/12/03 21:20:57 schafran Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3848,7 +3848,7 @@ sub output_row { } if (!($options =~ /deleted/)) { my @options= ( ['active', 'Show to student'], - ['stuadd', 'Provide text area for students to type catalog information'], + ['stuadd', 'Provide text area for students to type metadata'], ['choices','Provide choices for students to select from']); # ['onlyone','Student may select only one choice']); if ($added_flag) { @@ -3881,12 +3881,12 @@ sub output_row { $output .= &Apache::loncommon::continue_data_table_row(); $output .= ''.(' ' x 10).' - Student may select multiple choices from list'; + '.&mt('Student may select multiple choices from list').''; $output .= &Apache::loncommon::end_data_table_row(); $output .= &Apache::loncommon::continue_data_table_row(); $output .= ''.(' ' x 10).' - Student may select only one choice from list'; + '.&mt('Student may select only one choice from list').''; $output .= &Apache::loncommon::end_data_table_row(); } return ($output);