diff options
author | alecpl <alec@alec.pl> | 2010-11-02 14:53:54 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-11-02 14:53:54 +0000 |
commit | eeb85f425760028fd87515f6c7a186ab100283ec (patch) | |
tree | 81df88f169bc39cc05fa6bf99a6348726d643f0a /program/localization/en_US/labels.inc | |
parent | a5e8e5df88b8b8e0c7156d7e7ce9340ffa383644 (diff) |
- Add option to place replies in the folder of the message being replied to (#1485945)
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 d209501d4..26f9dca31 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -378,6 +378,7 @@ $labels['previewpanemarkread'] = 'Mark previewed messages as read'; $labels['afternseconds'] = 'after $n seconds'; $labels['reqmdn'] = 'Always request a return receipt'; $labels['reqdsn'] = 'Always request a delivery status notification'; +$labels['replysamefolder'] = 'Place replies in the folder of the message being replied to'; $labels['folder'] = 'Folder'; $labels['folders'] = 'Folders'; |