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

schafran lon-capa-cvs-allow@mail.lon-capa.org
Tue, 25 Nov 2008 22:03:22 -0000


schafran		Tue Nov 25 22:03:22 2008 EDT

  Modified files:              
    /loncom/interface	lonnotify.pm 
  Log:
  mt function added
  
  
Index: loncom/interface/lonnotify.pm
diff -u loncom/interface/lonnotify.pm:1.29 loncom/interface/lonnotify.pm:1.30
--- loncom/interface/lonnotify.pm:1.29	Mon Nov 17 17:10:57 2008
+++ loncom/interface/lonnotify.pm	Tue Nov 25 22:03:22 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Sending messages
 #
-# $Id: lonnotify.pm,v 1.29 2008/11/17 17:10:57 schafran Exp $
+# $Id: lonnotify.pm,v 1.30 2008/11/25 22:03:22 schafran Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -149,9 +149,9 @@
     $output .= '<input type="hidden" name="command" />';
     $output .= '<table class="LC_notify_front_page">'.
               '<tr><td><a href="javascript:next_page('."'new'".')">'.
-              'Send a new e-mail to selected users from this domain</a></td></tr><tr>'.
+              &mt('Send a new e-mail to selected users from this domain').'</a></td></tr><tr>'.
               '<td><a href="javascript:next_page('."'view'".')">'.
-              'Display e-mail sent by Domain Coordinators in this domain'.
+              &mt('Display e-mail sent by Domain Coordinators in this domain').
               '</a></td></tr></table>';
     $output .= &end_page();