--- loncom/localize/localize/en.pm 2006/12/23 05:41:15 1.1 +++ loncom/localize/localize/en.pm 2006/12/23 05:44:51 1.2 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Hebrew Localization Lexicon # -# $Id: en.pm,v 1.1 2006/12/23 05:41:15 albertel Exp $ +# $Id: en.pm,v 1.2 2006/12/23 05:44:51 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -41,9 +41,9 @@ use base qw(Apache::localize); => sub { my (undef,$status,$description) = @_; - if ($msgstatus eq '') { + if ($status eq '') { return 'Empty Folder'; - } elsif ($msgstatus eq 'replied') { + } elsif ($status eq 'replied') { return 'You have not replied to any messages in this folder.'; } else { return 'There are no '.lc($description).' messages in this folder.';