--- loncom/interface/lonnotify.pm 2008/11/25 22:03:22 1.30 +++ 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.30 2008/11/25 22:03:22 schafran Exp $ +# $Id: lonnotify.pm,v 1.31 2008/12/03 21:16:21 schafran Exp $ # # Copyright Michigan State University Board of Trustees # @@ -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']);