diff options
-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'}; |