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/show.inc | |
parent | 07b95dc49b31d131b1fecdabf2059a447935c196 (diff) |
Localize contact property subtypes; better name for contact section
Diffstat (limited to 'program/steps/addressbook/show.inc')
-rw-r--r-- | program/steps/addressbook/show.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/addressbook/show.inc b/program/steps/addressbook/show.inc index 49953fd25..f62bad3d5 100644 --- a/program/steps/addressbook/show.inc +++ b/program/steps/addressbook/show.inc @@ -90,7 +90,7 @@ function rcmail_contact_details($attrib) $i_size = !empty($attrib['size']) ? $attrib['size'] : 40; $form = array( - 'info' => array( + 'contact' => array( 'name' => rcube_label('contactproperties'), 'content' => array( 'email' => array('size' => $i_size, 'render_func' => 'rcmail_render_email_value'), |