diff options
author | thomascube <thomas@roundcube.net> | 2006-05-01 14:47:27 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-05-01 14:47:27 +0000 |
commit | 6204390af16bcf50f82da61a1aefc2ad0c0adf94 (patch) | |
tree | 21db0bbe17472e7517233fbcc92f1f5ad21e455a /program/localization/en_US/labels.inc | |
parent | a4bafb40979b578951863cb1ae49c95d4a02cb9b (diff) |
Applied patch for requesting receipts by Salvatore Ansani
Diffstat (limited to 'program/localization/en_US/labels.inc')
-rw-r--r-- | program/localization/en_US/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 9b27a90dc..e280dbb29 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -123,6 +123,7 @@ $labels['compose'] = 'Compose a message'; $labels['sendmessage'] = 'Send the message now'; $labels['addattachment'] = 'Attach a file'; $labels['charset'] = 'Charset'; +$labels['returnreceipt'] = 'Return receipt'; $labels['attachments'] = 'Attachments'; $labels['upload'] = 'Upload'; |