summaryrefslogtreecommitdiff
path: root/program/localization/en_GB/labels.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-09-07 06:33:15 +0000
committeralecpl <alec@alec.pl>2011-09-07 06:33:15 +0000
commit2a76f8ddc306df29a36563ec84b634e7e0b8a3fd (patch)
tree24869809aae9816ef7e3db406247e6bb4787283a /program/localization/en_GB/labels.inc
parentd5ae9772c1427dbbcf1cb7582106dd1d542bc26e (diff)
- Use 'From' and 'To' labels instead of 'Sender' and 'Recipient'
Diffstat (limited to 'program/localization/en_GB/labels.inc')
-rw-r--r--program/localization/en_GB/labels.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/program/localization/en_GB/labels.inc b/program/localization/en_GB/labels.inc
index e8480b21f..6c97ade1e 100644
--- a/program/localization/en_GB/labels.inc
+++ b/program/localization/en_GB/labels.inc
@@ -34,8 +34,8 @@ $labels['sent'] = 'Sent';
$labels['trash'] = 'Deleted Items';
$labels['junk'] = 'Junk';
$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';
@@ -138,7 +138,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';