From dc0d8467cf1932929c700c840354ff6ec9f7fcc4 Mon Sep 17 00:00:00 2001 From: doogie <> Date: Sat, 7 Sep 2002 19:47:50 -0800 Subject: [PATCH] [project @ 2002-09-07 20:47:50 by doogie] Reword the download mime links, to use view. --- cgi/bugreport.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index 95c4a3a5..78050d1f 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -185,7 +185,7 @@ while(my $line = ) { if ($disposition && ( $disposition eq "attachment" || $disposition eq "inline" ) && $_->head->recommended_filename ) { push @attachments, $_; my $file = $_->head->recommended_filename; - $downloadHtml .= "Download Attachment: $file\n"; + $downloadHtml .= "View Attachment: $file\n"; if ($msg && $att eq $#attachments) { my $head = $_->head; my $type; @@ -317,7 +317,7 @@ print "

" . "$debbugs::gProject $debbugs::gBug report logs - " . htmlsanit($status{subject}) . "

\n"; print "$descriptivehead\n"; -printf "
Download as mbox\n", mboxurl($ref); +printf "

View this report as an mbox folder.

", mboxurl($ref); print "
"; print "$log"; print $tail_html; -- 2.47.3