From e96731fce38c0db296462460a7f3a8b59417470c Mon Sep 17 00:00:00 2001 From: joy <> Date: Thu, 18 Sep 2003 10:10:22 -0800 Subject: [PATCH] [project @ 2003-09-18 11:10:22 by joy] removed extra caps --- cgi/common.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi/common.pl b/cgi/common.pl index 3f3d70b..d30442e 100644 --- a/cgi/common.pl +++ b/cgi/common.pl @@ -317,7 +317,7 @@ sub htmlindexentrystatus { } elsif (length($status{done})) { $result .= ";\nDone: " . htmlsanit($status{done}); $days = ceil($debbugs::gRemoveAge - -M buglog($status{id})); - $result .= ";\nWill Be Archived:" . ( $days == 0 ? " today" : $days == 1 ? " in $days day" : " in $days days" ); + $result .= ";\nWill be archived:" . ( $days == 0 ? " today" : $days == 1 ? " in $days day" : " in $days days" ); } unless (length($status{done})) { -- 2.39.2