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

weissno weissno@source.lon-capa.org
Thu, 19 Feb 2009 11:03:42 -0000


weissno		Thu Feb 19 11:03:42 2009 EDT

  Modified files:              
    /loncom/interface	portfolio.pm 
  Log:
  
  weiss: changed "personal homepage" to "personal information page"
  weiss: removed a break regarding my last changes
  weiss: backround: consistent wording
  
  
  
Index: loncom/interface/portfolio.pm
diff -u loncom/interface/portfolio.pm:1.209 loncom/interface/portfolio.pm:1.210
--- loncom/interface/portfolio.pm:1.209	Tue Feb 17 10:10:21 2009
+++ loncom/interface/portfolio.pm	Thu Feb 19 11:03:42 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # portfolio browser
 #
-# $Id: portfolio.pm,v 1.209 2009/02/17 10:10:21 weissno Exp $
+# $Id: portfolio.pm,v 1.210 2009/02/19 11:03:42 weissno Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -843,8 +843,7 @@
         $info .= '</li></ul>'.
                   &mt('A listing of files viewable without log-in is available at: ')."<a href=\"/adm/$udom/$uname/aboutme/portfolio\">".&Apache::lonnet::absolute_url($ENV{'SERVER_NAME'})."/adm/$udom/$uname/aboutme/portfolio</a>.<br />";
         if ($group eq '') {
-            $info .= &mt("For logged in users a 'Display file listing' link will also appear (when there 
-are viewable files) on your personal homepage:");
+            $info .= &mt("For logged in users a 'Display file listing' link will also appear (when there are viewable files) on your personal information page:");
         } else {
             $info .= &mt("For logged in users a 'Display file listing' link will also appear (when there are viewable files) on the course information page:");
         }