perl/modules/W3C/LogValidator/lib/W3C/LogValidator LinkChecker.pm,1.6,1.7

Update of /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator
In directory hutz:/tmp/cvs-serv27566

Modified Files:
	LinkChecker.pm 
Log Message:
rewording

Index: LinkChecker.pm
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator/LinkChecker.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- LinkChecker.pm	17 Jan 2006 04:56:56 -0000	1.6
+++ LinkChecker.pm	18 Jan 2006 04:35:35 -0000	1.7
@@ -227,12 +227,12 @@
 		 $outro= "Conclusion :
 You asked for $max_invalid   document with broken links but I could only find $invalid_census 
 by processing (all the) $total_census document(s) in your logs. 
-This means that about $ratio\% of your most popular documents were invalid.";}
+This means that about $ratio\% of your most popular documents needs fixing.";}
         else # max_invalid set to 0, user asked for all invalid docs
    		{ $outro= "Conclusion :
 I found $invalid_census documents with broken links
 by processing (all the) $total_census document(s) in your logs. 
-This means that about $ratio\% of your most popular documents were invalid.";}     
+This means that about $ratio\% of your most popular documents needs fixing.";}     
         }
 	}
 	elsif (!$total_census)

Received on Wednesday, 18 January 2006 04:35:41 UTC