[LON-CAPA-cvs] cvs: loncom /localize/localize en.pm

albertel lon-capa-cvs@mail.lon-capa.org
Sat, 23 Dec 2006 07:06:20 -0000


albertel		Sat Dec 23 02:06:20 2006 EDT

  Modified files:              
    /loncom/localize/localize	en.pm 
  Log:
  - typo
  
  
Index: loncom/localize/localize/en.pm
diff -u loncom/localize/localize/en.pm:1.4 loncom/localize/localize/en.pm:1.5
--- loncom/localize/localize/en.pm:1.4	Sat Dec 23 01:16:30 2006
+++ loncom/localize/localize/en.pm	Sat Dec 23 02:06:20 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Hebrew Localization Lexicon
 #
-# $Id: en.pm,v 1.4 2006/12/23 06:16:30 albertel Exp $
+# $Id: en.pm,v 1.5 2006/12/23 07:06:20 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -54,7 +54,7 @@
  '_location_in_mail_folder'
  => sub {
      my (undef,$status,$description,$first,$finish,$total) = @_;
-     if ($msgstatus eq '') { $description = 'All'; }
+     if ($status eq '') { $description = 'All'; }
 
      return '<b>'.$description.' messages</b>: showing messages '.$first.
 	 ' through '.$finish.' of '.$total.'.';