]> git.donarmstrong.com Git - debbugs.git/commitdiff
add more verbiage to the bugspam.cgi
authorDon Armstrong <don@donarmstrong.com>
Tue, 3 Jul 2007 16:21:51 +0000 (09:21 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 3 Jul 2007 16:21:51 +0000 (09:21 -0700)
examples/debian/misc/bugspam.cgi

index 2a8c4bb848191551e5ab7dc2e8beca2d360cd390..d668503b7d0226a37a55f9e6a19413136c8a5a3e 100755 (executable)
@@ -21,7 +21,7 @@ if (not defined $ok) {
    print "Content-Type: text/html\n\n";
    print "<HTML><HEAD><TITLE>Verify submission</TITLE></HEAD><BODY>\n";
    print "<H2>Verify report for bug $bug</H2>\n";
-   print qq(<A HREF="bugspam.cgi?bug=$bug;ok=ok">Yes, report bug $bug as spam</A>\n);
+   print qq(<A HREF="bugspam.cgi?bug=$bug;ok=ok">Yes, report that bug $bug has spam</A>\n);
    print "</BODY></HTML>\n";
    exit 0;
 }