diff options
author | thomascube <thomas@roundcube.net> | 2008-02-04 17:39:06 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-02-04 17:39:06 +0000 |
commit | 0ea884099afbe57b12faa29f2d676c44faa1cbf5 (patch) | |
tree | d3918bd19bf2ac24f54a991f5144c04e7ad36552 /program/localization/en_US | |
parent | c708c9a67a8e32fdd67ca1eb7e807fa61fd125c4 (diff) |
Make sending of read receipts configurable
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/messages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index e69ac9db8..3576bf92f 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -74,7 +74,7 @@ $messages['copyerror'] = 'Could not copy any addresses'; $messages['sourceisreadonly'] = 'This address source is read only'; $messages['errorsavingcontact'] = 'Could not save the contact address'; $messages['movingmessage'] = 'Moving message...'; -$messages['receiptsent'] = 'Successfully send the receipt message'; +$messages['receiptsent'] = 'Successfully sent a read receipt'; $messages['errorsendingreceipt'] = 'Could not send the receipt'; ?>
\ No newline at end of file |