From: kiko%async.com.br <> Date: Sun, 31 Oct 2004 07:50:28 +0000 (+0000) Subject: Comment-only fix: be honest about where we put that string! r=ssdbot X-Git-Tag: bugzilla-2.19.2~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f73d7e93eee2578d7331407c62b19a396e64486;p=thirdparty%2Fbugzilla.git Comment-only fix: be honest about where we put that string! r=ssdbot --- diff --git a/attachment.cgi b/attachment.cgi index 96a8ba6f8a..31dcd12e76 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'};