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

raeburn raeburn@source.lon-capa.org
Mon, 26 Oct 2009 22:30:51 -0000


raeburn		Mon Oct 26 22:30:51 2009 EDT

  Modified files:              
    /loncom/interface	lonwhatsnew.pm 
  Log:
  - Wording change to accommodate Communities.
  
  
Index: loncom/interface/lonwhatsnew.pm
diff -u loncom/interface/lonwhatsnew.pm:1.94 loncom/interface/lonwhatsnew.pm:1.95
--- loncom/interface/lonwhatsnew.pm:1.94	Tue Jun 30 14:02:33 2009
+++ loncom/interface/lonwhatsnew.pm	Mon Oct 26 22:30:50 2009
@@ -1,5 +1,5 @@
 #
-# $Id: lonwhatsnew.pm,v 1.94 2009/06/30 14:02:33 bisitz Exp $
+# $Id: lonwhatsnew.pm,v 1.95 2009/10/26 22:30:50 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -288,7 +288,7 @@
     my $lctype = lc($crstype);
     my %stulabel = (
                     'Course' => 'students',
-                    'Group' => 'members',
+                    'Community' => 'members',
                    );
     my %lt = &Apache::lonlocal::texthash(
                  'yacc' => 'You are accessing an invalid course',
@@ -354,11 +354,11 @@
               .' <span class="LC_nobreak">'
               .&mt('Currently: [_1].','<i>'.$currinit.'</i>')
               .'&nbsp;&nbsp;'
-              .&mt('[_1]Change[_2] for just [_3]this course[_4] or for all [_5]your courses[_6].'
+              .&mt('[_1]Change[_2] for just [_3]this [_4] or for all [_5]your courses/communities[_6].'
                   ,'<b>'
                   ,'</b>'
                   ,'<a href="/adm/whatsnew?command=courseinit&amp;refpage='.$refpage.'">'
-                  ,'</a>'
+                  ,$lctype.'</a>'
                   ,'<a href="/adm/preferences?action=changecourseinit&amp;refpage='.$refpage.'">'
                   ,'</a>')
               .' </span><br /><hr />');