added french changes
[spider.git] / cmd / show / wcy.pl
index d549154eb54bfeb930b0dfc86df022d5d79fd63d..9433fc75a5c32ad0cdef260e5049c568c9870d72 100644 (file)
@@ -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($_);