--- loncom/interface/lonpreferences.pm 2009/02/18 19:34:08 1.140
+++ loncom/interface/lonpreferences.pm 2009/02/19 11:27:52 1.142
@@ -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.142 2009/02/19 11:27:52 zhu Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1667,15 +1667,8 @@ END
END
$r->print(&Apache::loncommon::end_data_table_row().
&Apache::loncommon::end_data_table());
- $r->print(<<"END");
-
-
-
-
-
-Note: $lt{'thde'}
-
-END
+
+ $r->print('
'.&mt('Note').': '.$lt{'thde'}.'');
}
sub verify_and_change_discussion {
@@ -1821,7 +1814,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 +2151,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',