diff --git a/addressbook/setup/setup.inc.php b/addressbook/setup/setup.inc.php index 848f50fd58..6624ff3e20 100755 --- a/addressbook/setup/setup.inc.php +++ b/addressbook/setup/setup.inc.php @@ -23,12 +23,15 @@ $setup_info['addressbook']['license'] = 'GPL'; $setup_info['addressbook']['description'] = 'Contact manager with Vcard support.
- Addressbook is the phpgroupware default contact application.
- It makes use of the phpgroupware contacts class to store and retrieve - contact information via SQL or LDAP.'; + Always have your address book available for updates or look ups from anywhere.
+ Share address book contact information with others.
+ Link contacts to calendar events or infolog entires like phonecalls.
+ Addressbook is the eGroupWare default contact application.
+ It makes use of the eGroupWare contacts class to store and retrieve + contact information via SQL or LDAP.'; - $setup_info['addressbook']['maintainer'] = 'phpGroupWare coreteam'; - $setup_info['addressbook']['maintainer_email'] = 'phpgroupware-developers@gnu.org'; + $setup_info['addressbook']['maintainer'] = 'eGroupWare coreteam'; + $setup_info['addressbook']['maintainer_email'] = 'milosch@users.sourceforge.net'; /* The hooks this app includes, needed for hooks registration */ $setup_info['addressbook']['hooks'][] = 'admin';