[LON-CAPA-cvs] cvs: loncom /interface londocs.pm

weissno weissno@source.lon-capa.org
Tue, 17 Feb 2009 10:02:59 -0000


weissno		Tue Feb 17 10:02:59 2009 EDT

  Modified files:              
    /loncom/interface	londocs.pm 
  Log:
  
  weiss: changed "My Personal Info" to "My Personal Homepage" for an consistent wording
  
  
  
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.344 loncom/interface/londocs.pm:1.345
--- loncom/interface/londocs.pm:1.344	Mon Feb 16 11:09:01 2009
+++ loncom/interface/londocs.pm	Tue Feb 17 10:02:59 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Documents
 #
-# $Id: londocs.pm,v 1.344 2009/02/16 11:09:01 bisitz Exp $
+# $Id: londocs.pm,v 1.345 2009/02/17 10:02:59 weissno Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2538,7 +2538,7 @@
 		    'Option_Response_Simple');
     $help{'Bulletin Board'} = &Apache::loncommon::help_open_topic(
 		    'Docs_About_Bulletin_Board,Docs_Editing_Templated_Pages');
-    $help{'My Personal Info'} = &Apache::loncommon::help_open_topic(
+    $help{'My Personal Homepage'} = &Apache::loncommon::help_open_topic(
 		  'Docs_About_My_Personal_Info,Docs_Editing_Templated_Pages');
     $help{'Group Files'} = &Apache::loncommon::help_open_topic('Docs_About_Group_Files');
     $help{'Caching'} = &Apache::loncommon::help_open_topic('Caching');
@@ -2766,7 +2766,7 @@
                 'drbx' => 'Drop Box',
                 'scuf' => 'Score Upload Form',
                 'bull' => 'Discussion Board',
-                'mypi' => 'My Personal Info',
+                'mypi' => 'My Personal Homepage',
                 'grpo' => 'Group Files',
                 'rost' => 'Course Roster',
 		'abou' => 'About User',
@@ -3030,7 +3030,7 @@
 	value="$plainname=/adm/$udom/$uname/aboutme" />
 	<span class="LC_nobreak">
 	<input name="newaboutme" type="submit" value="$lt{'mypi'}" />
-	$help{'My Personal Info'}
+	$help{'My Personal Homepage'}
 	</span>
 	</form>
 NAMFORM
@@ -3244,7 +3244,7 @@
 	value="$plainname=/adm/$udom/$uname/aboutme" />
 	<span class="LC_nobreak">
 	<input name="newaboutme" type="submit" value="$lt{'mypi'}" />
-	$help{'My Personal Info'}
+	$help{'My Personal Homepage'}
 	</span>
 	</form>
 SNAMFORM