summaryrefslogtreecommitdiff
path: root/program/steps/addressbook/show.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-01-01 12:55:35 +0000
committeralecpl <alec@alec.pl>2012-01-01 12:55:35 +0000
commit1c029b9c7c67c9603e9044b65c843300dd73ecb8 (patch)
tree8a073d5058c0697f8ac7227016e46150b81ed46f /program/steps/addressbook/show.inc
parent3a992ee8b89433d6d45dc81d9830751d0194d9fe (diff)
- Fix label too long (#1488283), fix polish translation
Diffstat (limited to 'program/steps/addressbook/show.inc')
-rw-r--r--program/steps/addressbook/show.inc2
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),