summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-12-07 08:42:29 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-12-07 08:42:29 +0000
commitd3ca1ce0983024613e1b639ffdb396f6099e6a69 (patch)
treec651b28e036c73528b75a88943622af58d2ae4b5 /roundcubemail/program
parentd35ffd15dd554dbc78ec740c6fd55dd4a5186582 (diff)
Name CC field with the commonly used label 'Cc'
git-svn-id: https://svn.roundcube.net/trunk@5556 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
-rw-r--r--roundcubemail/program/localization/en_US/labels.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc
index a05ba82c1..51f5530da 100644
--- a/roundcubemail/program/localization/en_US/labels.inc
+++ b/roundcubemail/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';