--- loncom/interface/portfolio.pm 2014/01/14 18:54:56 1.252 +++ loncom/interface/portfolio.pm 2014/06/18 17:37:48 1.253 @@ -1,7 +1,7 @@ # The LearningOnline Network # portfolio browser # -# $Id: portfolio.pm,v 1.252 2014/01/14 18:54:56 bisitz Exp $ +# $Id: portfolio.pm,v 1.253 2014/06/18 17:37:48 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -912,7 +912,7 @@ sub display_access { } $info .= "
".&Apache::lonnet::absolute_url($ENV{'SERVER_NAME'})."/adm/$udom/$uname/aboutme
"; if ($group ne '') { - $info .= &mt("Users with privileges to edit course contents may add a course information page to a course using the 'Course Info' button in DOCS").'
'; + $info .= &mt("Users with course editing rights may add a 'Group Portfolio' item using the Course Editor (Collaboration tab), to provide access to viewable group portfolio files.").'
'; } } else { $header = '

'.&mt('Conditional access controls for file: [_1]',$port_path.$env{'form.currentpath'}.$env{'form.access'}).'

'.