--- loncom/interface/lonwhatsnew.pm 2009/02/10 09:30:16 1.86 +++ loncom/interface/lonwhatsnew.pm 2009/02/19 22:03:13 1.89 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.86 2009/02/10 09:30:16 schafran Exp $ +# $Id: lonwhatsnew.pm,v 1.89 2009/02/19 22:03:13 schafran Exp $ # # Copyright Michigan State University Board of Trustees # @@ -194,7 +194,7 @@ sub display_main_box { ); my %initpage = &Apache::lonlocal::texthash ( firstres => "first resource in the $lctype", - whatsnew => "what's new? page", + whatsnew => "What's New Page", userpref => 'your general user preferences', coursespecific => "specific setting for this $lctype", ); @@ -327,7 +327,7 @@ sub display_actions_box { my %threshold = (); my %pagedesc = &Apache::lonlocal::texthash ( firstres => 'First resource', - whatsnew => "What's New? page", + whatsnew => "What's New Page", userpref => 'user preference', coursespecific => $lctype.' only', default => 'default', @@ -594,7 +594,7 @@ sub display_threshold_config { &Apache::loncommon::end_data_table_row()); } $r->print(&Apache::loncommon::end_data_table()."\n". - '
+ '
'); @@ -650,7 +650,7 @@ sub display_interval_config { } $r->print('   '); + &mt('Save').'" />'); return; } @@ -683,7 +683,7 @@ function toggle_countunread(choice) { $r->print('
' .&mt('Choose whether or not to display a count of the number of new posts for each resource or discussion board which has unread posts.') .'
' - .&mt("This can increase the time taken to gather data for the 'What's New?' page by a few seconds.") + .&mt("This can increase the time taken to gather data for the 'What's New Page' by a few seconds.") .'  ' .&mt('Currently set to [_1].',''.$current.'.') ); @@ -725,7 +725,7 @@ sub courseinit_config { 'anis' => 'and is set to display', 'padc' => 'Page display controlled by', 'chce' => 'Choose '.$lctype.' entry', - 'moce' => 'Modify '.$lctype.' entry', + 'moce' => 'Save', ); $r->print(<<"END");
$lt{'chwp'}