--- loncom/interface/lonmsgdisplay.pm 2008/11/23 15:48:27 1.97 +++ loncom/interface/lonmsgdisplay.pm 2008/11/25 21:59:24 1.98 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging display # -# $Id: lonmsgdisplay.pm,v 1.97 2008/11/23 15:48:27 schafran Exp $ +# $Id: lonmsgdisplay.pm,v 1.98 2008/11/25 21:59:24 schafran Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1676,6 +1676,7 @@ ENDADD sub submit_button_row { my ($folder,$dismode,$sendtext,$lt,$is_crsform,$group) = @_; my $pre=&mt("Show Preview and Check Spelling"); + my $value=&mt('Send'); my $prevbutton = ''; my $output = qq| @@ -1688,7 +1689,7 @@ sub submit_button_row { } $output .= qq|
- +  $prevbutton
|;