[LON-CAPA-cvs] cvs: loncom /auth lonroles.pm

www lon-capa-cvs@mail.lon-capa.org
Thu, 02 Sep 2004 13:15:54 -0000


www		Thu Sep  2 09:15:54 2004 EDT

  Modified files:              
    /loncom/auth	lonroles.pm 
  Log:
  Bug #3419: better explanation of Remarks column
  
  
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.98 loncom/auth/lonroles.pm:1.99
--- loncom/auth/lonroles.pm:1.98	Mon Aug 23 14:57:16 2004
+++ loncom/auth/lonroles.pm	Thu Sep  2 09:15:54 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # User Roles Screen
 #
-# $Id: lonroles.pm,v 1.98 2004/08/23 18:57:16 albertel Exp $
+# $Id: lonroles.pm,v 1.99 2004/09/02 13:15:54 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -605,7 +605,7 @@
     unless ($nochoose) { $r->print('<th>&nbsp;</th>'); }
     $r->print('<th>'.&mt('User Role').'</th><th colspan=2>'.&mt('Extent').
          '</th><th>'.&mt('Start').'</th><th>'.&mt('End').'</th><th>'.
-	      &mt('Remark').'</th></tr>'."\n");
+	      &mt('Remarks and Calendar Announcements').'</th></tr>'."\n");
     my $doheaders=-1;
     foreach my $type ('Construction Space','Course','Domain','System') {
 	my $haverole=0;