diff options
author | alecpl <alec@alec.pl> | 2012-01-01 12:55:35 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-01-01 12:55:35 +0000 |
commit | 1c029b9c7c67c9603e9044b65c843300dd73ecb8 (patch) | |
tree | 8a073d5058c0697f8ac7227016e46150b81ed46f /program/steps/addressbook/show.inc | |
parent | 3a992ee8b89433d6d45dc81d9830751d0194d9fe (diff) |
- Fix label too long (#1488283), fix polish translation
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 f810a1ee3..cf1763688 100644 --- a/program/steps/addressbook/show.inc +++ b/program/steps/addressbook/show.inc @@ -102,7 +102,7 @@ function rcmail_contact_details($attrib) $form = array( 'contact' => array( - 'name' => rcube_label('contactproperties'), + 'name' => rcube_label('properties'), 'content' => array( 'email' => array('size' => $i_size, 'render_func' => 'rcmail_render_email_value'), 'phone' => array('size' => $i_size), |