--- loncom/interface/slotrequest.pm 2013/01/23 17:48:37 1.117 +++ loncom/interface/slotrequest.pm 2013/05/21 18:54:15 1.118 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler for requesting to have slots added to a students record # -# $Id: slotrequest.pm,v 1.117 2013/01/23 17:48:37 bisitz Exp $ +# $Id: slotrequest.pm,v 1.118 2013/05/21 18:54:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2050,7 +2050,7 @@ sub get_resource_title { $maptitle = $maptitles->{$mapurl}; } else { if ($mapurl eq $env{'course.'.$env{'request.course.id'}.'.url'}) { - $maptitle=&mt('Main Course Documents'); + $maptitle=&mt('Main Content'); } else { $maptitle=&Apache::lonnet::gettitle($mapurl); }