diff options
author | thomascube <thomas@roundcube.net> | 2011-12-07 08:42:29 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-07 08:42:29 +0000 |
commit | 86130d6366a18cf3d558d64f67bcf410ff5f0fc2 (patch) | |
tree | 186f73377528c82662b7490ac3fb2004402282f1 /program | |
parent | 2acbc8e64ce4ca91a134929de391292e6b857df6 (diff) |
Name CC field with the commonly used label 'Cc'
Diffstat (limited to 'program')
-rw-r--r-- | program/localization/en_US/labels.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index a05ba82c1..51f5530da 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -43,7 +43,7 @@ $labels['junk'] = 'Junk'; $labels['subject'] = 'Subject'; $labels['from'] = 'From'; $labels['to'] = 'To'; -$labels['cc'] = 'Copy'; +$labels['cc'] = 'Cc'; $labels['bcc'] = 'Bcc'; $labels['replyto'] = 'Reply-To'; $labels['followupto'] = 'Followup-To'; |