summaryrefslogtreecommitdiff
path: root/program/steps/addressbook/edit.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/edit.inc
parent3a992ee8b89433d6d45dc81d9830751d0194d9fe (diff)
- Fix label too long (#1488283), fix polish translation
Diffstat (limited to 'program/steps/addressbook/edit.inc')
-rw-r--r--program/steps/addressbook/edit.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/addressbook/edit.inc b/program/steps/addressbook/edit.inc
index c5ca44d7c..1dde84ad0 100644
--- a/program/steps/addressbook/edit.inc
+++ b/program/steps/addressbook/edit.inc
@@ -130,7 +130,7 @@ function rcmail_contact_editform($attrib)
$form = array(
'contact' => array(
- 'name' => rcube_label('contactproperties'),
+ 'name' => rcube_label('properties'),
'content' => array(
'email' => array('size' => $i_size, 'visible' => true),
'phone' => array('size' => $i_size, 'visible' => true),