--- loncom/interface/lonmsgdisplay.pm 2006/12/18 23:09:37 1.54 +++ loncom/interface/lonmsgdisplay.pm 2006/12/23 04:39:32 1.55 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging display # -# $Id: lonmsgdisplay.pm,v 1.54 2006/12/18 23:09:37 albertel Exp $ +# $Id: lonmsgdisplay.pm,v 1.55 2006/12/23 04:39:32 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -970,7 +970,7 @@ ENDDISHEADER } elsif ($msgstatus eq 'replied') { $r->print('

'.&mt('You have not replied to any messages in this folder.').'

'); } else { - $r->print('

'.&mt('There are no [_1] messages in this folder',lc($statushash{$msgstatus})).'

'); + $r->print('

'.&mt('There are no '.lc($statushash{$msgstatus}).' messages in this folder.').'

'); } return; }