--- rat/lonratmenu.pm 2011/11/14 00:20:46 1.18 +++ rat/lonratmenu.pm 2016/08/05 20:09:49 1.18.8.4 @@ -2,7 +2,7 @@ # Build menu bar for Advanced RAT. Uses javascript code originally in # static file: rat/client/code.html, now in rat/client/ratcode.js # -# $Id: lonratmenu.pm,v 1.18 2011/11/14 00:20:46 raeburn Exp $ +# $Id: lonratmenu.pm,v 1.18.8.4 2016/08/05 20:09:49 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -48,7 +48,8 @@ sub handler { # Breadcrumbs my $brcrum = [{'href' => &Apache::loncommon::authorspace($r->uri), - 'text' => 'Construction Space'}, + 'text' => 'Authoring Space', + 'target' => '_top'}, {'href' => '', 'text' => 'RAT'}, {'href' => '', @@ -108,8 +109,8 @@ sub handler { '' .&mt('Import').'') .&Apache::lonhtmlcommon::add_item_funclist( - '' - .&mt('Import from Wishlist').'') + '' + .&mt('Import from Stored Links').'') .&Apache::lonhtmlcommon::add_item_funclist( '' .&mt('Copy').'')