[LON-CAPA-cvs] cvs: loncom /interface lonnotify.pm
raeburn
raeburn at source.lon-capa.org
Mon Dec 17 10:06:39 EST 2012
raeburn Mon Dec 17 15:06:39 2012 EDT
Modified files:
/loncom/interface lonnotify.pm
Log:
- Fix typo.
Index: loncom/interface/lonnotify.pm
diff -u loncom/interface/lonnotify.pm:1.38 loncom/interface/lonnotify.pm:1.39
--- loncom/interface/lonnotify.pm:1.38 Wed Nov 10 14:44:50 2010
+++ loncom/interface/lonnotify.pm Mon Dec 17 15:06:39 2012
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Sending messages
#
-# $Id: lonnotify.pm,v 1.38 2010/11/10 14:44:50 bisitz Exp $
+# $Id: lonnotify.pm,v 1.39 2012/12/17 15:06:39 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -705,7 +705,7 @@
'<th>'.&mt('Status').'</th>'.
'<th>'.&mt('Subject').'</th>'.
'<th>'.&mt('Message').'</th>'.
- '<th>'.&mt('Recipents').'</th>'.
+ '<th>'.&mt('Recipients').'</th>'.
&Apache::loncommon::end_data_table_header_row();
$output .= &Apache::loncommon::start_data_table_row().
'<td valign="middle">'.&mt('Sent').'</td>'.
More information about the LON-CAPA-cvs
mailing list