[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex preferences_options.lyx /interface domainprefs.pm lonaboutme.pm loncreateuser.pm

weissno weissno@source.lon-capa.org
Sun, 08 Mar 2009 20:26:37 -0000


weissno		Sun Mar  8 20:26:37 2009 EDT

  Modified files:              
    /loncom/interface	loncreateuser.pm domainprefs.pm lonaboutme.pm 
    /loncom/html/adm/help/tex	preferences_options.lyx 
  Log:
  
  consistent wording:
  changed "home page" to "personal information page"
  
  
  
Index: loncom/interface/loncreateuser.pm
diff -u loncom/interface/loncreateuser.pm:1.284 loncom/interface/loncreateuser.pm:1.285
--- loncom/interface/loncreateuser.pm:1.284	Thu Mar  5 10:25:10 2009
+++ loncom/interface/loncreateuser.pm	Sun Mar  8 20:26:32 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Create a user
 #
-# $Id: loncreateuser.pm,v 1.284 2009/03/05 10:25:10 bisitz Exp $
+# $Id: loncreateuser.pm,v 1.285 2009/03/08 20:26:32 weissno Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -901,7 +901,7 @@
             if (&Apache::lonnet::allowed('mut',$env{'request.role.domain'})) {
                 my %lt=&Apache::lonlocal::texthash(
                     'utav'  => "User Tools Availability",
-                    'yodo'  => "You do not have privileges to modify Portfolio, Blog or Home Page settings for this user.",
+                    'yodo'  => "You do not have privileges to modify Portfolio, Blog or Personal Information Page settings for this user.",
                     'ifch'  => "If a change is required, contact a domain coordinator for the domain",
                 );
                 $user_tools_text = <<ENDNOTOOLSPRIV;
@@ -2292,7 +2292,7 @@
                            'mail'       => "Permanent e-mail address",
                            'disk'       => "Disk space allocated to user's portfolio files",
                            'blog'       => "Blog Availability",
-                           'aboutme'    => "Home Page Availability",
+                           'aboutme'    => "Personal Information Page Availability",
                            'portfolio'  => "Portfolio Availability",
                            'official'   => "Can Request Official Courses",
                            'unofficial' => "Can Request Unofficial Course",
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.89 loncom/interface/domainprefs.pm:1.90
--- loncom/interface/domainprefs.pm:1.89	Wed Feb 11 15:19:54 2009
+++ loncom/interface/domainprefs.pm	Sun Mar  8 20:26:32 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.89 2009/02/11 15:19:54 raeburn Exp $
+# $Id: domainprefs.pm,v 1.90 2009/03/08 20:26:32 weissno Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -106,7 +106,7 @@
                                   col2 => 'Value'}],
                     },
         'quotas' => 
-                    { text => 'User blogs, home pages and portfolios',
+                    { text => 'User blogs, personal information pages and portfolios',
                       help => 'Domain_Configuration_Quotas',
                       header => [{col1 => 'User affiliation',
                                   col2 => 'Available tools',
@@ -1706,7 +1706,7 @@
 
 sub tool_titles {
     my %titles = &Apache::lonlocal::texthash (
-                     aboutme    => 'Personal Home Page',
+                     aboutme    => 'Personal Information Page',
                      blog       => 'Blog',
                      portfolio  => 'Portfolio',
                      official   => 'Official courses (with institutional codes)',
@@ -3741,7 +3741,7 @@
             if ($context eq 'requestcourses') {
                 $resulttext = &mt('No changes made to rights to request creation of courses.');
             } else {
-                $resulttext = &mt('No changes made to availability of home pages, blogs, portfolios or default quotas');
+                $resulttext = &mt('No changes made to availability of personal information pages, blogs, portfolios or default quotas');
             }
         }
     } else {
Index: loncom/interface/lonaboutme.pm
diff -u loncom/interface/lonaboutme.pm:1.109 loncom/interface/lonaboutme.pm:1.110
--- loncom/interface/lonaboutme.pm:1.109	Sat Mar  7 15:07:09 2009
+++ loncom/interface/lonaboutme.pm	Sun Mar  8 20:26:33 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Personal Information Page
 #
-# $Id: lonaboutme.pm,v 1.109 2009/03/07 15:07:09 neumanie Exp $
+# $Id: lonaboutme.pm,v 1.110 2009/03/08 20:26:33 weissno Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -118,13 +118,13 @@
             }
             if (!$candisplay) {
                 if ($target eq 'tex') {
-                    $r->print('\noindent{\large\textbf{'.&mt('No user home page available').'}}\\\\\\\\');
+                    $r->print('\noindent{\large\textbf{'.&mt('No user personal information page available').'}}\\\\\\\\');
                 } else {
                     $r->print(&Apache::loncommon::start_page("Personal Information Page"));
-                    $r->print('<h2>'.&mt('No user home page available') .'</h2>'.
+                    $r->print('<h2>'.&mt('No user personal information page available') .'</h2>'.
                               &mt('This is a result of one of the following:').'<ul>'.
-                              '<li>'.&mt('The administrator of this domain has disabled home page functionality for this specific user.').'</li>'.
-                              '<li>'.&mt('The domain has been configured to disable, by default, home page functionality for all users in the domain.').'</li>'.
+                              '<li>'.&mt('The administrator of this domain has disabled personal information page functionality for this specific user.').'</li>'.
+                              '<li>'.&mt('The domain has been configured to disable, by default, personal information page functionality for all users in the domain.').'</li>'.
                               '</ul>');
                     $r->print(&Apache::loncommon::end_page());
                 }
Index: loncom/html/adm/help/tex/preferences_options.lyx
diff -u loncom/html/adm/help/tex/preferences_options.lyx:1.1 loncom/html/adm/help/tex/preferences_options.lyx:1.2
--- loncom/html/adm/help/tex/preferences_options.lyx:1.1	Wed Jul 12 19:37:01 2006
+++ loncom/html/adm/help/tex/preferences_options.lyx	Sun Mar  8 20:26:37 2009
@@ -47,7 +47,7 @@
 \end_layout
 
 \begin_layout Standard
-Setting up Your Home Page (
+Setting up Your Personal Information Page (
 \begin_inset Quotes eld
 \end_inset