--- loncom/interface/lonmsgdisplay.pm 2014/01/16 16:34:01 1.172 +++ loncom/interface/lonmsgdisplay.pm 2014/01/16 18:38:25 1.173 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging display # -# $Id: lonmsgdisplay.pm,v 1.172 2014/01/16 16:34:01 bisitz Exp $ +# $Id: lonmsgdisplay.pm,v 1.173 2014/01/16 18:38:25 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -263,8 +263,8 @@ sub get_permanent_folders { my %permfolders = &Apache::lonlocal::texthash('' => 'INBOX', 'trash' => 'TRASH', - 'critical' => 'Critical', - 'sent' => 'Sent Messages', + 'critical' => 'CRITICAL', + 'sent' => 'SENT MESSAGES', ); return %permfolders; }