X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fwwv.pl;h=988b760a6446fcfa0161efc0a0b13710ca6a729e;hb=f47bc72134852f42fe03ab6afe91a9ba1b0ff705;hp=349180ae0270262f7ae4f28655c89c1784997853;hpb=782ad549b29a1efec023ebcde840073a4676d8e8;p=spider.git diff --git a/cmd/show/wwv.pl b/cmd/show/wwv.pl index 349180ae..988b760a 100644 --- a/cmd/show/wwv.pl +++ b/cmd/show/wwv.pl @@ -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($_);