--- loncom/interface/loncourserespicker.pm 2013/11/12 14:36:07 1.7 +++ loncom/interface/loncourserespicker.pm 2013/11/13 01:40:07 1.8 @@ -1,6 +1,6 @@ # The LearningOnline Network # -# $Id: loncourserespicker.pm,v 1.7 2013/11/12 14:36:07 raeburn Exp $ +# $Id: loncourserespicker.pm,v 1.8 2013/11/13 01:40:07 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -459,7 +459,7 @@ sub create_picker { $display .= ''. '
'. '
'. - ''. + ''. '
'; $numcount = $count + $startcount; } @@ -484,7 +484,7 @@ sub create_picker { $output .= &Apache::lonhtmlcommon::breadcrumbs('IMS Export'). &Apache::londocs::startContentScreen('tools'); } elsif ($context eq 'dumpdocs') { - $output .= &Apache::lonhtmlcommon::breadcrumbs('Dump to Authoring Space'). + $output .= &Apache::lonhtmlcommon::breadcrumbs('Copying to Authoring Space'). &Apache::londocs::startContentScreen('tools'); } $output .= $display; @@ -730,7 +730,7 @@ sub get_navmap_object { undef,{'only_body' => 1,}). '

'.&mt('Resource Display Failed').'

'; } elsif ($context eq 'dumpdocs') { - $outcome = '

'.&mt('Dump to Authoring Space unavilable'); + $outcome = '

'.&mt('Copying to Authoring Space unavilable'); } $outcome .= '
'; if ($crstype eq 'Community') { @@ -750,7 +750,7 @@ sub get_navmap_object { if ($context eq 'imsexport') { &Apache::lonnet::logthis('IMS export failed - could not create navmap object in '.lc($crstype).':'.$env{'request.course.id'}); } else { - &Apache::lonnet::logthis('Dump to Authoring Space failed - could not create navmap object in '.lc($crstype).':'.$env{'request.course.id'}); + &Apache::lonnet::logthis('Copying to Authoring Space failed - could not create navmap object in '.lc($crstype).':'.$env{'request.course.id'}); } } elsif ($context eq 'examblock') { $outcome .= ''.&mt('Close window').'';