--- loncom/interface/lonnotify.pm 2008/11/17 17:10:57 1.29 +++ loncom/interface/lonnotify.pm 2008/12/03 21:16:21 1.31 @@ -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.31 2008/12/03 21:16:21 schafran Exp $ # # Copyright Michigan State University Board of Trustees # @@ -149,9 +149,9 @@ function next_page(caller) { $output .= ''; $output .= ''. ''. + &mt('Send a new e-mail to selected users from this domain').''. '
'. - 'Send a new e-mail to selected users from this domain
'. - 'Display e-mail sent by Domain Coordinators in this domain'. + &mt('Display e-mail sent by Domain Coordinators in this domain'). '
'; $output .= &end_page(); @@ -710,8 +710,7 @@ ENDSCRIPT } else { $output .= 'No mail sent - no recipients identified'; } - $output .= '
Send another -e-mail?'."\n"; + $output .= '
'.&mt('Send another e-mail').''."\n"; $output .= ''."\n". ''."\n"; $output .= &Apache::lonhtmlcommon::echo_form_input(['command','origin']);