[LON-CAPA-cvs] cvs: loncom(version_2_8_X) /interface lonfeedback.pm
raeburn
raeburn@source.lon-capa.org
Wed, 18 Mar 2009 02:49:40 -0000
raeburn Wed Mar 18 02:49:40 2009 EDT
Modified files: (Branch: version_2_8_X)
/loncom/interface lonfeedback.pm
Log:
- Backport 1.264.
Index: loncom/interface/lonfeedback.pm
diff -u loncom/interface/lonfeedback.pm:1.255.2.5 loncom/interface/lonfeedback.pm:1.255.2.6
--- loncom/interface/lonfeedback.pm:1.255.2.5 Wed Mar 18 02:47:21 2009
+++ loncom/interface/lonfeedback.pm Wed Mar 18 02:49:39 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Feedback
#
-# $Id: lonfeedback.pm,v 1.255.2.5 2009/03/18 02:47:21 raeburn Exp $
+# $Id: lonfeedback.pm,v 1.255.2.6 2009/03/18 02:49:39 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1795,7 +1795,7 @@
'actn' => 'Action',
'deff' => 'Default for all discussions',
'prca' => 'Preferences can be set for this discussion that determine ....',
- 'whpo' => 'Which posts are displayed when you display this bulletin board or resource, and',
+ 'whpo' => 'Which posts are displayed when you display this discussion board or resource, and',
'unwh' => 'Under what circumstances posts are identified as "NEW", and',
'wipa' => 'Whether individual posts can be marked as read/unread',
'allposts' => 'All posts',
@@ -1960,7 +1960,7 @@
<td>$lt{$disctogg}</td>
<td><label><input type="checkbox" name="disctogg" onClick="discdispChk('2')" />$lt{'chgt'} "$toggchange"</label></td>
END
- my $save = &mt('Save Changes');
+ my $save = &mt('Save');
$r->print(&Apache::loncommon::end_data_table_row());
$r->print(&Apache::loncommon::end_data_table());
$r->print(<<END);
@@ -3444,7 +3444,7 @@
my %lt = &Apache::lonlocal::texthash(
'mnpa' => 'Marked "New" posts as read in a total of',
'robb' => 'resources/bulletin boards.',
- 'twnp' => 'There are currently no resources or bulletin boards with unread discussion postings.'
+ 'twnp' => 'There are currently no resources or discussion boards with unread discussion postings.'
);
foreach my $res (@resources) {
my $ressymb=$res;