[LON-CAPA-cvs] cvs: loncom /interface lonpreferences.pm

raeburn lon-capa-cvs-allow@mail.lon-capa.org
Sun, 20 Jan 2008 22:38:07 -0000


raeburn		Sun Jan 20 17:38:07 2008 EDT

  Modified files:              
    /loncom/interface	lonpreferences.pm 
  Log:
  Improved column heading.
  
  
Index: loncom/interface/lonpreferences.pm
diff -u loncom/interface/lonpreferences.pm:1.111 loncom/interface/lonpreferences.pm:1.112
--- loncom/interface/lonpreferences.pm:1.111	Sun Jan 20 17:34:40 2008
+++ loncom/interface/lonpreferences.pm	Sun Jan 20 17:38:06 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Preferences
 #
-# $Id: lonpreferences.pm,v 1.111 2008/01/20 22:34:40 raeburn Exp $
+# $Id: lonpreferences.pm,v 1.112 2008/01/20 22:38:06 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -713,7 +713,7 @@
                  '<th>&nbsp;</th>'.
                  '<th>'.&mt('Action').'</th>'.
                  '<th>'.&mt('Notification address').'</th><th>'.
-                 &mt('Types of message to send notification of, to this address').'</th><th>'.
+                 &mt('Types of message for which notification is sent').'</th><th>'.
                  &mt('Excerpt retains HTML tags in message').'</th>'.
                  &Apache::loncommon::end_data_table_header_row();
     my $num = 0;