changed translation of "org_name" field to "Organisation" from "Company", as it is translated in edit template

This commit is contained in:
Ralf Becker 2012-05-15 16:53:19 +00:00
parent 3d70c12a6a
commit f280a38ed6

View File

@ -199,7 +199,7 @@ class addressbook_bo extends addressbook_so
'n_fn' => lang('full name'),
'n_fileas' => lang('own sorting'),
'bday' => lang('birthday'),
'org_name' => lang('Company'),
'org_name' => lang('Organisation'),
'org_unit' => lang('Department'),
'title' => lang('title'),
'role' => lang('role'),