diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-12-18 12:54:38 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-12-18 12:54:38 +0100 |
commit | 83370e5ff14f55f6af435807713956160f91abfa (patch) | |
tree | f6e4abed66a6293661602c1d973e77043301d81b /program/localization | |
parent | dfc57863d1b054534f8e0ce8e3babb38d4fe89cb (diff) |
Display 'Sender' header in message preview
Diffstat (limited to 'program/localization')
-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 abb0dca5d..730e6af09 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -41,6 +41,7 @@ $labels['junk'] = 'Junk'; // message listing $labels['subject'] = 'Subject'; $labels['from'] = 'From'; +$labels['sender'] = 'Sender'; $labels['to'] = 'To'; $labels['cc'] = 'Cc'; $labels['bcc'] = 'Bcc'; |