--- loncom/interface/Attic/lonwizard.pm 2003/02/10 21:27:27 1.5 +++ loncom/interface/Attic/lonwizard.pm 2003/02/10 22:13:55 1.6 @@ -399,7 +399,7 @@ WIZBEGIN Apache::lonwizard::resource_choice->new($wizard, "CHOOSE_FOLDER", "Select Folder", "", "", "CHOOSE_STUDENT_LEVEL", "RESOURCE_ID", sub {my $res = shift; return $res->is_map();}); Apache::lonwizard::resource_choice->new($wizard, "CHOOSE_RESOURCE", "Select Resource", "", "", "CHOOSE_STUDENT_LEVEL", "RESOURCE_ID", sub {my $res = shift; return $res->is_map() || $res->is_problem();}, sub {my $res = shift; return $res->is_problem(); }); Apache::lonwizard::switch_state->new($wizard, "CHOOSE_STUDENT_LEVEL", "Parameter Targets", "TARGETS", [ - ["course", "Set for All Studen####n Course", "CHOOSE_DATE"], + ["course", "Set for All Students in Course", "CHOOSE_DATE"], ["section", "Set for Section", "CHOOSE_SECTION"], ["student", "Set for an Individual Student", "CHOOSE_STUDENT"]], "Whom should this setting affect?");