--- loncom/interface/lonwhatsnew.pm 2008/12/20 01:39:47 1.84
+++ loncom/interface/lonwhatsnew.pm 2009/02/18 19:34:08 1.87
@@ -1,5 +1,5 @@
#
-# $Id: lonwhatsnew.pm,v 1.84 2008/12/20 01:39:47 raeburn Exp $
+# $Id: lonwhatsnew.pm,v 1.87 2009/02/18 19:34:08 schafran Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -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;
}
@@ -681,7 +681,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 bulletin board which has unread posts.')
+ .&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.")
.' '
@@ -1699,7 +1699,7 @@ sub display_coursediscussion {
my $feedurl=&Apache::lonfeedback::get_feedurl($ressymb);
my $disclink = $feedurl.'?symb='.$$unread{$ressymb}{symb};
if ($feedurl =~ /bulletinboard/) {
- $type = 'Bulletin Board';
+ $type = 'Discussion Board';
}
if ($$unread{$ressymb}{'enclink'}) {
$disclink = $$unread{$ressymb}{'enclink'}.'?symb='.$$unread{$ressymb}{'encsymb'};