diff options
author | alecpl <alec@alec.pl> | 2012-01-01 13:36:22 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-01-01 13:36:22 +0000 |
commit | e81c00b7b9d9b8e141dd9642fdcfafe975d7c656 (patch) | |
tree | e8e5c5236655f6f18906e32c8941de5bb0e35eb9 /program/steps/addressbook/search.inc | |
parent | 79c6ac9b92bcf711c60b99a3316b2133967ee376 (diff) |
- Fix wrong (long) label usage (#1488283)
Diffstat (limited to 'program/steps/addressbook/search.inc')
-rw-r--r-- | program/steps/addressbook/search.inc | 2 |
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( ), ), |