--- loncom/interface/lontemplate.pm 2008/12/17 14:56:51 1.13 +++ loncom/interface/lontemplate.pm 2008/12/22 14:24:50 1.14 @@ -1,7 +1,7 @@ # The LearningOnline Network # "Template" Functions to generate html output # -# $Id: lontemplate.pm,v 1.13 2008/12/17 14:56:51 harmsja Exp $ +# $Id: lontemplate.pm,v 1.14 2008/12/22 14:24:50 ehlerst Exp $ # # Copyright Michigan State University Board of Trustees # @@ -107,7 +107,7 @@ sub send_message{ my ($r,$cnum,$cdom) = @_; my $image = qq{}; $r->print('
'); - $r->print(&Apache::loncommon::messagewrapper($image,$cnum,$cdom).' '.&mt('Send me a message')); + $r->print(&Apache::loncommon::messagewrapper($image,$cnum,$cdom).' '.&Apache::loncommon::messagewrapper(&mt('Send me a message'),$cnum,$cdom)); $r->print('
'); }