]> git.donarmstrong.com Git - debbugs.git/blobdiff - cgi/pkgreport.cgi
Bugs can be archived, instead of will be archived; allows running expire less than...
[debbugs.git] / 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>";
         }
     }