--- loncom/interface/lonmsgdisplay.pm 2009/04/04 21:47:41 1.121 +++ loncom/interface/lonmsgdisplay.pm 2009/04/25 20:22:07 1.122 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging display # -# $Id: lonmsgdisplay.pm,v 1.121 2009/04/04 21:47:41 bisitz Exp $ +# $Id: lonmsgdisplay.pm,v 1.122 2009/04/25 20:22:07 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3175,7 +3175,7 @@ sub sendoffmail { &Apache::loncommunicate::menu($r); } } else { - $r->print('

'.&mt('Could not deliver message').' '. + $r->print('

'.&Apache::lonhtmlcommon::confirm_success(&mt('Could not deliver message'),1).'
'. &mt('Please use the browser "Back" button and correct the recipient addresses ([_1]).',$sendstatus).'

'); } }