summaryrefslogtreecommitdiff
path: root/program/steps/addressbook/search.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/search.inc
parent79c6ac9b92bcf711c60b99a3316b2133967ee376 (diff)
- Fix wrong (long) label usage (#1488283)
Diffstat (limited to 'program/steps/addressbook/search.inc')
-rw-r--r--program/steps/addressbook/search.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/addressbook/search.inc b/program/steps/addressbook/search.inc
index 643cc60a8..172286171 100644
--- a/program/steps/addressbook/search.inc
+++ b/program/steps/addressbook/search.inc
@@ -252,7 +252,7 @@ function rcmail_contact_search_form($attrib)
$form = array(
'main' => array(
- 'name' => rcube_label('contactproperties'),
+ 'name' => rcube_label('properties'),
'content' => array(
),
),