X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fwcy.pl;h=d833bb06895f4fe330b56699f3cbd5b0b0000391;hb=refs%2Fheads%2Fnewusers;hp=d549154eb54bfeb930b0dfc86df022d5d79fd63d;hpb=f155969d600561b9ef151a7ce2494a0c89aed033;p=spider.git diff --git a/cmd/show/wcy.pl b/cmd/show/wcy.pl index d549154e..d833bb06 100644 --- a/cmd/show/wcy.pl +++ b/cmd/show/wcy.pl @@ -3,7 +3,7 @@ # # Copyright (c) 2000 - Dirk Koopman G1TLH # -# $Id$ +# # my $self = shift; @@ -29,7 +29,7 @@ while ($f = shift @f) { # next field $from = 1 unless $from; $to = 10 unless $to; -push @out, "Date Hour SFI A K Exp.K R SA GMF Aurora Logger"; +push @out, $self->msg('wcy3'); my @in = WCY::search($from, $to, $main::systime); for (@in) { push @out, WCY::print_item($_);