--- loncom/interface/lonpreferences.pm 2009/02/18 19:34:08 1.140 +++ loncom/interface/lonpreferences.pm 2009/02/19 11:01:29 1.141 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.140 2009/02/18 19:34:08 schafran Exp $ +# $Id: lonpreferences.pm,v 1.141 2009/02/19 11:01:29 weissno Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1821,7 +1821,7 @@ if (&Apache::lonnet::usertools_access($u my @menu= ({ categorytitle=>'Personal Data', items =>[ - { linktext => 'Personal Homepage', + { linktext => 'Personal Information Page', url => $aboutmeurl, permission => $permissions{'aboutme'}, #help => 'Prefs_About_Me', @@ -2158,7 +2158,7 @@ sub handler2 { '/adm/'.$env{'user.domain'}.'/'.$env{'user.name'}.'/aboutme'; push (@Options,{ action => 'none', linktext => - q{Edit the Personal Homepage}, + q{Edit the Personal Information Page}, help => 'Prefs_About_Me', href => $aboutmeaction}); push (@Options,({ action => 'changecolors',