X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fsun.pl;h=80eb54ee57985fe1af96077243969775ec3276d5;hb=81a5b9bf8d3101bbc1a8190a9de72de0117d302a;hp=8d7d79ae6b9d9e593b982d94710e7388cd69e24a;hpb=ed104958bdcae57f6147b07eb3ebdaddf44908cf;p=spider.git 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+)$}{};