--- loncom/publisher/lonpublisher.pm 2009/02/10 12:12:08 1.250 +++ loncom/publisher/lonpublisher.pm 2009/02/11 11:49:22 1.251 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Publication Handler # -# $Id: lonpublisher.pm,v 1.250 2009/02/10 12:12:08 schafran Exp $ +# $Id: lonpublisher.pm,v 1.251 2009/02/11 11:49:22 schafran Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1949,7 +1949,7 @@ sub defaultmetapublish { &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; - $r->print(&Apache::loncommon::start_page('Catalog Information Publication')); + $r->print(&Apache::loncommon::start_page('Metadata Publication')); # ---------------------------------------------------------------- Write Source my $copyfile=$target; @@ -1984,7 +1984,7 @@ sub defaultmetapublish { # ------------------------------------------------------------------- Link back my $link=$fn; $link=~s/^\/home\/$cuname\/public_html\//\/priv\/$cuname\//; - $r->print("".&mt('Back to Catalog Information').''); + $r->print("".&mt('Back to Metadata').''); $r->print(&Apache::loncommon::end_page()); return OK; }