SVN: toys/rsget.pl/RSGet/Line.pm

sparky sparky at pld-linux.org
Sat Oct 16 00:03:15 CEST 2010


Author: sparky
Date: Sat Oct 16 00:03:14 2010
New Revision: 11848

Modified:
   toys/rsget.pl/RSGet/Line.pm
Log:
- engrish


Modified: toys/rsget.pl/RSGet/Line.pm
==============================================================================
--- toys/rsget.pl/RSGet/Line.pm	(original)
+++ toys/rsget.pl/RSGet/Line.pm	Sat Oct 16 00:03:14 2010
@@ -53,7 +53,7 @@
 
 	if ( $last_day != $l[3] ) {
 		$last_day = $l[3];
-		my $date = sprintf "[Actual date: %d-%.2d-%.2d]", $l[5] + 1900, $l[4] + 1, $l[3];
+		my $date = sprintf "[Current date: %d-%.2d-%.2d]", $l[5] + 1900, $l[4] + 1, $l[3];
 		push @print, "\r" . $date . "\033[J\n";
 		push @newdead, $date;
 	}


More information about the pld-cvs-commit mailing list