--- loncom/interface/lonpreferences.pm 2009/02/13 20:20:29 1.136 +++ loncom/interface/lonpreferences.pm 2009/02/17 10:08:35 1.137 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.136 2009/02/13 20:20:29 schafran Exp $ +# $Id: lonpreferences.pm,v 1.137 2009/02/17 10:08:35 weissno Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1818,7 +1818,7 @@ if (&Apache::lonnet::usertools_access($u my @menu= ({ categorytitle=>'Personal Data', items =>[ - { linktext => 'About Me', + { linktext => 'Personal Homepage', url => $aboutmeurl, permission => $permissions{'aboutme'}, #help => 'Prefs_About_Me', @@ -2155,7 +2155,7 @@ sub handler2 { '/adm/'.$env{'user.domain'}.'/'.$env{'user.name'}.'/aboutme'; push (@Options,{ action => 'none', linktext => - q{Edit the 'About Me' Personal Information Screen}, + q{Edit the Personal Homepage}, help => 'Prefs_About_Me', href => $aboutmeaction}); push (@Options,({ action => 'changecolors',