diff options
author | thomascube <thomas@roundcube.net> | 2011-02-06 22:35:39 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-02-06 22:35:39 +0000 |
commit | 29aab5a214620621057bfb6ef3546fa55b451f22 (patch) | |
tree | 765f8bdd7c69ae621aad4e1191b4978112163b23 /program/steps/addressbook/edit.inc | |
parent | 07b95dc49b31d131b1fecdabf2059a447935c196 (diff) |
Localize contact property subtypes; better name for contact section
Diffstat (limited to 'program/steps/addressbook/edit.inc')
-rw-r--r-- | program/steps/addressbook/edit.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/addressbook/edit.inc b/program/steps/addressbook/edit.inc index c0d5f0fdd..932dc4918 100644 --- a/program/steps/addressbook/edit.inc +++ b/program/steps/addressbook/edit.inc @@ -92,7 +92,7 @@ function rcmail_contact_editform($attrib) $t_cols = !empty($attrib['textareacols']) ? $attrib['textareacols'] : 40; $form = array( - 'info' => array( + 'contact' => array( 'name' => rcube_label('contactproperties'), 'content' => array( 'email' => array('size' => $i_size, 'visible' => true), |