Diff for /loncom/localize/localize/en.pm between versions 1.4 and 1.5

version 1.4, 2006/12/23 06:16:30 version 1.5, 2006/12/23 07:06:20
Line 54  use base qw(Apache::localize); Line 54  use base qw(Apache::localize);
  '_location_in_mail_folder'   '_location_in_mail_folder'
  => sub {   => sub {
      my (undef,$status,$description,$first,$finish,$total) = @_;       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.       return '<b>'.$description.' messages</b>: showing messages '.$first.
  ' through '.$finish.' of '.$total.'.';   ' through '.$finish.' of '.$total.'.';

Removed from v.1.4  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>