diff --git a/addressbook/inc/class.addressbook_activesync.inc.php b/addressbook/inc/class.addressbook_activesync.inc.php index 5e89563143..92900595f8 100644 --- a/addressbook/inc/class.addressbook_activesync.inc.php +++ b/addressbook/inc/class.addressbook_activesync.inc.php @@ -128,7 +128,7 @@ class addressbook_activesync implements activesync_plugin_write, activesync_plug if ($return_all_in_one && $GLOBALS['egw_info']['user']['preferences']['activesync']['addressbook-all-in-one']) { $abs = array( - $GLOBALS['egw_info']['user']['account_id'] => lang('personal'), + $GLOBALS['egw_info']['user']['account_id'] => lang('All'), ); } else