summaryrefslogtreecommitdiff
path: root/program/steps/addressbook/show.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-01-01 13:36:22 +0000
committeralecpl <alec@alec.pl>2012-01-01 13:36:22 +0000
commite81c00b7b9d9b8e141dd9642fdcfafe975d7c656 (patch)
treee8e5c5236655f6f18906e32c8941de5bb0e35eb9 /program/steps/addressbook/show.inc
parent79c6ac9b92bcf711c60b99a3316b2133967ee376 (diff)
- Fix wrong (long) label usage (#1488283)
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 9ef83e9b7..04aae678c 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),