diff --git a/addressbook/index.php b/addressbook/index.php index dad16b7bdc..bebe3bca7b 100755 --- a/addressbook/index.php +++ b/addressbook/index.php @@ -22,6 +22,7 @@ $obj = CreateObject('addressbook.uiaddressbook'); $obj->index(); + echo lang('alphabet'); $GLOBALS['phpgw']->common->phpgw_footer(); ?>