You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by qu...@apache.org on 2005/05/01 05:22:35 UTC

svn commit: r165453 - /spamassassin/trunk/sa-learn.raw

Author: quinlan
Date: Sat Apr 30 20:22:34 2005
New Revision: 165453

URL: http://svn.apache.org/viewcvs?rev=165453&view=rev
Log:
change "Learned from" to "acted on" since this line is also used
when forgetting messages

Modified:
    spamassassin/trunk/sa-learn.raw

Modified: spamassassin/trunk/sa-learn.raw
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/sa-learn.raw?rev=165453&r1=165452&r2=165453&view=diff
==============================================================================
--- spamassassin/trunk/sa-learn.raw (original)
+++ spamassassin/trunk/sa-learn.raw Sat Apr 30 20:22:34 2005
@@ -159,7 +159,7 @@
 }
 
 if ($opt{'showdots'} && $opt{'progress'}) {
-  print "--showdots and --progress may not be used together, please select just one.\n";
+  print "--showdots and --progress may not be used together, please select just one\n";
   exit 0;
 }
 
@@ -402,7 +402,7 @@
 
   print STDERR "\n" if ($opt{showdots});
   $progress->final() if ($opt{progress} && $progress);
-  print "Learned from $learnedcount message(s) ($messagecount message(s) examined).\n";
+  print "acted on $learnedcount message(s) ($messagecount message(s) examined)\n";
 
   # If we needed to make a tempfile, go delete it.
   if ( defined $tempfile ) {