diff options
author | alecpl <alec@alec.pl> | 2011-09-07 06:33:15 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-09-07 06:33:15 +0000 |
commit | 2a76f8ddc306df29a36563ec84b634e7e0b8a3fd (patch) | |
tree | 24869809aae9816ef7e3db406247e6bb4787283a /program/localization/en_US/labels.inc | |
parent | d5ae9772c1427dbbcf1cb7582106dd1d542bc26e (diff) |
- Use 'From' and 'To' labels instead of 'Sender' and 'Recipient'
Diffstat (limited to 'program/localization/en_US/labels.inc')
-rw-r--r-- | program/localization/en_US/labels.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 17544bb6d..9363c994f 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -41,8 +41,8 @@ $labels['junk'] = 'Junk'; // message listing $labels['subject'] = 'Subject'; -$labels['from'] = 'Sender'; -$labels['to'] = 'Recipient'; +$labels['from'] = 'From'; +$labels['to'] = 'To'; $labels['cc'] = 'Copy'; $labels['bcc'] = 'Bcc'; $labels['replyto'] = 'Reply-To'; @@ -163,7 +163,7 @@ $labels['threaded'] = 'Threaded'; $labels['autoexpand_threads'] = 'Expand message threads'; $labels['do_expand'] = 'all threads'; $labels['expand_only_unread'] = 'only with unread messages'; -$labels['fromto'] = 'Sender/Recipient'; +$labels['fromto'] = 'From/To'; $labels['flag'] = 'Flag'; $labels['attachment'] = 'Attachment'; $labels['nonesort'] = 'None'; |