From d3ca1ce0983024613e1b639ffdb396f6099e6a69 Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 7 Dec 2011 08:42:29 +0000 Subject: Name CC field with the commonly used label 'Cc' git-svn-id: https://svn.roundcube.net/trunk@5556 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/localization/en_US/labels.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- cgit v1.2.3