--- 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 .= '<br /><a href="/adm/notify">Send another -e-mail?</a>'."\n"; + $output .= '<br /><a href="/adm/notify">'.&mt('Send another e-mail').'</a>'."\n"; $output .= '<input type="hidden" name="command" />'."\n". '<input type="hidden" name="origin" value="'.$formname.'" />'."\n"; $output .= &Apache::lonhtmlcommon::echo_form_input(['command','origin']);