--- loncom/interface/lonpreferences.pm 2004/03/26 17:11:37 1.39 +++ loncom/interface/lonpreferences.pm 2004/03/26 20:26:30 1.40 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.39 2004/03/26 17:11:37 www Exp $ +# $Id: lonpreferences.pm,v 1.40 2004/03/26 20:26:30 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -658,7 +658,7 @@ sub handler { my $currentauth=&Apache::lonnet::queryauthenticate($user,$domain); if ($currentauth =~ /^(unix|internal):/) { push (@Options,({ action => 'changepass', - linktext => 'Change password', + linktext => 'Change Password', href => '/adm/preferences', help => 'Change_Password', subroutine => \&passwordchanger,