'.&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').'';