--- loncom/interface/lonwhatsnew.pm 2009/02/19 16:12:21 1.88
+++ loncom/interface/lonwhatsnew.pm 2009/02/24 16:16:35 1.90
@@ -1,5 +1,5 @@
#
-# $Id: lonwhatsnew.pm,v 1.88 2009/02/19 16:12:21 hauer Exp $
+# $Id: lonwhatsnew.pm,v 1.90 2009/02/24 16:16:35 hauer Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -99,7 +99,7 @@ sub handler {
&Apache::lonhtmlcommon::clear_breadcrumbs();
&Apache::lonhtmlcommon::add_breadcrumb
({href=>'/adm/whatsnew',
- text=>"Display Action Items"});
+ text=>"What's New?"});
if (($command eq 'chgthreshold') && $checkallowed{'abovethreshold'}) {
&Apache::lonhtmlcommon::add_breadcrumb
({href=>'/adm/whatsnew?command=chgthreshold&refpage='.$refpage,
@@ -267,7 +267,7 @@ END
';
}
my $course_type=&Apache::loncommon::course_type();
- return &Apache::loncommon::start_page($course_type.' Action Items',
+ return &Apache::loncommon::start_page("What's New?",
$scripttag);
}
@@ -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 [_1]What's New Page[_2] 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'}