diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-04-14 11:19:32 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-04-14 11:19:32 +0200 |
commit | bb7c522bfda38ff892438f9eb1cdcbc2c3108edf (patch) | |
tree | c1fe3e95feda7da32c7897d5227f4053b484850a /program/localization/en_US/labels.inc | |
parent | e0cc1fb9aadcf93eb5809b3c002f631642336b3a (diff) |
Add "with attachment" option to messages list filter (#1485382)
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 0a4e329e5..3e1bde0a5 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -162,6 +162,7 @@ $labels['currpage'] = 'Current page'; $labels['unread'] = 'Unread'; $labels['flagged'] = 'Flagged'; $labels['unanswered'] = 'Unanswered'; +$labels['withattachment'] = 'With attachment'; $labels['deleted'] = 'Deleted'; $labels['undeleted'] = 'Not deleted'; $labels['invert'] = 'Invert'; |