Change 'title' to 'Job title', 'role' to 'Occupation'. Apparently these changed. Fixes automatic field mapping in import

This commit is contained in:
Nathan Gray 2011-12-05 17:48:39 +00:00
parent d366cf8b71
commit 6ecf36d27b

View File

@ -201,8 +201,8 @@ class addressbook_bo extends addressbook_so
'bday' => lang('birthday'),
'org_name' => lang('Company'),
'org_unit' => lang('Department'),
'title' => lang('Title'),
'role' => lang('Role'),
'title' => lang('Job title'),
'role' => lang('Occupation'),
'assistent' => lang('Assistent'),
'room' => lang('Room'),
'adr_one_street' => lang('street').' ('.lang('business').')',