From: djk Date: Fri, 19 Nov 1999 01:28:37 +0000 (+0000) Subject: use Messages X-Git-Tag: R_1_35~18 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=b96c31de4afb2f335cf1fb7bfac34e6b759ced79;p=spider.git use Messages --- diff --git a/cmd/show/sun.pl b/cmd/show/sun.pl index 8d7d79ae..80eb54ee 100644 --- a/cmd/show/sun.pl +++ b/cmd/show/sun.pl @@ -43,7 +43,7 @@ if (@list) { } } -push @out, " Rise Set Azim Elev"; +push @out, $self->msg('sun'); foreach $l (@in) { my ($rise, $set, $az, $dec )=Sun::rise_set($yr,$month,$day,$hr,$min,$l->[1],$l->[2],0); $l->[3] =~ s{(-\d+|/\w+)$}{};