diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-07 06:33:15 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-07 06:33:15 +0000 |
| commit | dc947d3903850040425a92f9da1141d6dff1146f (patch) | |
| tree | 9e164524d8d1740a0ad7fcab9263c510bf677723 /roundcubemail/program/localization/en_US | |
| parent | 75ba4070ecaaa1dcc0dc1f82adf0a0a43f6ddb7c (diff) | |
- Use 'From' and 'To' labels instead of 'Sender' and 'Recipient'
git-svn-id: https://svn.roundcube.net/trunk@5184 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en_US')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 17544bb6d..9363c994f 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/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'; |
