diff options
author | kiko%async.com.br <> | 2004-10-31 08:50:28 +0100 |
---|---|---|
committer | kiko%async.com.br <> | 2004-10-31 08:50:28 +0100 |
commit | 3f73d7e93eee2578d7331407c62b19a396e64486 (patch) | |
tree | 6293b9ac02c6f86ae7de0b687983b087a7c6f686 /attachment.cgi | |
parent | afe67e69703cf575f5e781f39009fb41995a4035 (diff) | |
download | bugzilla-3f73d7e93eee2578d7331407c62b19a396e64486.tar.gz bugzilla-3f73d7e93eee2578d7331407c62b19a396e64486.tar.xz |
Comment-only fix: be honest about where we put that string! r=ssdbot
Diffstat (limited to 'attachment.cgi')
-rwxr-xr-x | attachment.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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'}; |