[LON-CAPA-cvs] cvs: loncom /interface lonpreferences.pm
raeburn
lon-capa-cvs-allow@mail.lon-capa.org
Sun, 20 Jan 2008 22:34:41 -0000
raeburn Sun Jan 20 17:34:41 2008 EDT
Modified files:
/loncom/interface lonpreferences.pm
Log:
Change table column heading - settings apply to notification messages (to e-mail address), not to fowarded messages (to LON-CAPA user account).
Index: loncom/interface/lonpreferences.pm
diff -u loncom/interface/lonpreferences.pm:1.110 loncom/interface/lonpreferences.pm:1.111
--- loncom/interface/lonpreferences.pm:1.110 Thu Jan 17 11:37:28 2008
+++ loncom/interface/lonpreferences.pm Sun Jan 20 17:34:40 2008
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Preferences
#
-# $Id: lonpreferences.pm,v 1.110 2008/01/17 16:37:28 bisitz Exp $
+# $Id: lonpreferences.pm,v 1.111 2008/01/20 22:34:40 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -713,7 +713,7 @@
'<th> </th>'.
'<th>'.&mt('Action').'</th>'.
'<th>'.&mt('Notification address').'</th><th>'.
- &mt('Types of message to forward to this address').'</th><th>'.
+ &mt('Types of message to send notification of, to this address').'</th><th>'.
&mt('Excerpt retains HTML tags in message').'</th>'.
&Apache::loncommon::end_data_table_header_row();
my $num = 0;