--- loncom/interface/lonmsg.pm 2011/03/05 21:32:02 1.232 +++ loncom/interface/lonmsg.pm 2013/07/24 18:21:39 1.235 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.232 2011/03/05 21:32:02 raeburn Exp $ +# $Id: lonmsg.pm,v 1.235 2013/07/24 18:21:39 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -526,7 +526,7 @@ sub sendnotification { to access the full message.',$url); my %userenv = &Apache::lonnet::get('environment',['notifywithhtml'],$toudom,$touname); - my $subject = &mt_user($user_lh,"'New' $critical message from ").$sender; + my $subject = &mt_user($user_lh,"'New'$critical message from [_1]",$sender); unless ($subj eq '') { $subject = $subj; }