]> git.donarmstrong.com Git - debbugs.git/commitdiff
Bugs can be archived, instead of will be archived; allows running expire less than...
authorDon Armstrong <don@donarmstrong.com>
Sat, 16 Jun 2007 20:48:00 +0000 (21:48 +0100)
committerDon Armstrong <don@donarmstrong.com>
Sat, 16 Jun 2007 20:48:00 +0000 (21:48 +0100)
cgi/pkgreport.cgi

index 8a3f300042c07beb99f125b7a220254d472a9fce..a38677094855b9831071a0b657c3f8faa3091ad2 100755 (executable)
@@ -651,7 +651,7 @@ sub pkg_htmlindexentrystatus {
                                   days_until => 1,
                                  );
         if ($days >= 0 and defined $status{location} and $status{location} ne 'archive') {
-            $result .= ";\n<strong>Will be archived" . ( $days == 0 ? " today" : $days == 1 ? " in $days day" : " in $days days" ) . "</strong>";
+            $result .= ";\n<strong>Can be archived" . ( $days == 0 ? " today" : $days == 1 ? " in $days day" : " in $days days" ) . "</strong>";
         }
     }