]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Comment-only fix: be honest about where we put that string! r=ssdbot
authorkiko%async.com.br <>
Sun, 31 Oct 2004 07:50:28 +0000 (07:50 +0000)
committerkiko%async.com.br <>
Sun, 31 Oct 2004 07:50:28 +0000 (07:50 +0000)
attachment.cgi

index 96a8ba6f8a0300e05c33a222d76a181c3c78ac17..31dcd12e76776881aeadf4feb19ed8a7f3f4b967 100755 (executable)
@@ -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'};