--- loncom/interface/lonwhatsnew.pm 2006/06/03 21:28:07 1.59 +++ loncom/interface/lonwhatsnew.pm 2006/07/19 22:01:37 1.60 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.59 2006/06/03 21:28:07 albertel Exp $ +# $Id: lonwhatsnew.pm,v 1.60 2006/07/19 22:01:37 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -256,7 +256,7 @@ sub display_actions_box { 'Group' => 'members', ); my %lt = &Apache::lonlocal::texthash( - 'yacc' => 'You are accessing an invalid course or group', + 'yacc' => 'You are accessing an invalid course', 'gtfr' => 'Go to first resource', 'hial' => 'Hide all', 'shal' => 'Show all', @@ -319,7 +319,7 @@ sub display_actions_box { $r->print(&mt('Page set to be displayed after you have selected a role in this '.$lctype). '. '.&mt('Currently: [_1]',$currinit).'.  '. &mt('Change for just this '.$lctype.'',$refpage).' '. - &mt('or for all your courses/groups',$refpage).'

'); + &mt('or for all your courses',$refpage).'

'); if ($command eq 'reset') { $result = &process_reset($cdom,$crs);