From 3f73d7e93eee2578d7331407c62b19a396e64486 Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Sun, 31 Oct 2004 07:50:28 +0000 Subject: Comment-only fix: be honest about where we put that string! r=ssdbot --- attachment.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'attachment.cgi') diff --git a/attachment.cgi b/attachment.cgi index 96a8ba6f8..31dcd12e7 100755 --- a/attachment.cgi +++ b/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'}; -- cgit v1.2.3-24-g4f1b