X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fwwv.pl;h=fbb7fac32cb10705debe5979c2b513d71e276122;hb=refs%2Fheads%2Fnewusers;hp=349180ae0270262f7ae4f28655c89c1784997853;hpb=cc8043c4d905986b3dc949bbde21ed4aeb254f8c;p=spider.git diff --git a/cmd/show/wwv.pl b/cmd/show/wwv.pl index 349180ae..fbb7fac3 100644 --- a/cmd/show/wwv.pl +++ b/cmd/show/wwv.pl @@ -3,7 +3,7 @@ # # Copyright (c) 1998 - Dirk Koopman G1TLH # -# $Id$ +# # my $self = shift; @@ -29,7 +29,7 @@ while ($f = shift @f) { # next field $from = 1 unless $from; $to = 5 unless $to; -push @out, "Date Hour SFI A K Forecast Logger"; +push @out, $self->msg('wwv3'); my @in = Geomag::search($from, $to, $main::systime); for (@in) { push @out, Geomag::print_item($_);