From 24e667e4b3d437796d61da4173b4446d015ff550 Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" Date: Sun, 31 Oct 2004 00:50:28 +0000 Subject: [PATCH] Comment-only fix: be honest about where we put that string! r=ssdbot --- webtools/bugzilla/attachment.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/bugzilla/attachment.cgi b/webtools/bugzilla/attachment.cgi index 96a8ba6f8a03..31dcd12e7677 100755 --- a/webtools/bugzilla/attachment.cgi +++ b/webtools/bugzilla/attachment.cgi @@ -1160,7 +1160,7 @@ sub update $Text::Wrap::columns = 80; $Text::Wrap::huge = 'wrap'; - # Append a string to the comment to let users know that the comment came from + # Prepend a string to the comment to let users know that the comment came from # the "edit attachment" screen. my $comment = qq|(From update of attachment $::FORM{'id'})\n| . $::FORM{'comment'};