[LON-CAPA-cvs] cvs: loncom /interface lonnotify.pm
schafran
schafran@source.lon-capa.org
Wed, 03 Dec 2008 21:16:21 -0000
schafran Wed Dec 3 21:16:21 2008 EDT
Modified files:
/loncom/interface lonnotify.pm
Log:
&mt added. \n deletet, becouse grep hasn't found the whole sentence.
? deletet, not necessary and not consistent.
Index: loncom/interface/lonnotify.pm
diff -u loncom/interface/lonnotify.pm:1.30 loncom/interface/lonnotify.pm:1.31
--- loncom/interface/lonnotify.pm:1.30 Tue Nov 25 22:03:22 2008
+++ loncom/interface/lonnotify.pm Wed Dec 3 21:16:21 2008
@@ -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 @@
} 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']);