--- loncom/xml/lonxml.pm 2013/05/12 13:05:31 1.540 +++ loncom/xml/lonxml.pm 2013/06/04 22:20:20 1.541 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.540 2013/05/12 13:05:31 raeburn Exp $ +# $Id: lonxml.pm,v 1.541 2013/06/04 22:20:20 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1811,7 +1811,7 @@ ENDNOTFOUND my $brcrum; if ($env{'request.state'} eq 'construct') { $brcrum = [{'href' => &Apache::loncommon::authorspace($request->uri), - 'text' => 'Construction Space'}, + 'text' => 'Authoring Space'}, {'href' => '', 'text' => $breadcrumbtext}]; } else { @@ -1873,7 +1873,7 @@ ENDNOTFOUND if ($env{'request.state'} eq 'construct') { $options{'bread_crumbs'} = [{ 'href' => &Apache::loncommon::authorspace($request->uri), - 'text' => 'Construction Space'}, + 'text' => 'Authoring Space'}, {'href' => '', 'text' => $breadcrumbtext}]; $header = &Apache::loncommon::head_subbox( @@ -1908,7 +1908,7 @@ sub display_title { $title = substr($title, rindex($title, '/') + 1); } $result = ""; + .&mt('Authoring Space')."';"; } return $result; }