[LON-CAPA-cvs] cvs: loncom /localize/localize en.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Sat, 23 Dec 2006 05:44:51 -0000
albertel Sat Dec 23 00:44:51 2006 EDT
Modified files:
/loncom/localize/localize en.pm
Log:
- remove some typos
Index: loncom/localize/localize/en.pm
diff -u loncom/localize/localize/en.pm:1.1 loncom/localize/localize/en.pm:1.2
--- loncom/localize/localize/en.pm:1.1 Sat Dec 23 00:41:15 2006
+++ loncom/localize/localize/en.pm Sat Dec 23 00:44:51 2006
@@ -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 @@
=>
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.';