diff options
author | friendica <info@friendica.com> | 2012-11-01 01:54:51 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-01 01:54:51 -0700 |
commit | d4657c89c2e69d06941d687c570e914c62ab2d06 (patch) | |
tree | a128a54e3ea6c51d38cd62ff4e2cbdc6d995efac /include/nav.php | |
parent | a26761e8a8006b9a4dbab08873eec4b520c4c44f (diff) | |
download | volse-hubzilla-d4657c89c2e69d06941d687c570e914c62ab2d06.tar.gz volse-hubzilla-d4657c89c2e69d06941d687c570e914c62ab2d06.tar.bz2 volse-hubzilla-d4657c89c2e69d06941d687c570e914c62ab2d06.zip |
merging zot_finger schema additions
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index 02a76b6b4..4e0d0b429 100644 --- a/include/nav.php +++ b/include/nav.php @@ -153,7 +153,7 @@ EOT; $nav['settings'] = array('settings', t('Settings'),"", t('Account settings')); $nav['profiles'] = array('profiles', t('Profiles'),"", t('Manage/edit profiles')); - $nav['contacts'] = array('contacts', t('Contacts'),"", t('Manage/edit friends and contacts')); + $nav['contacts'] = array('abook', t('Address Book'),"", t('Manage/edit friends and channels')); } /** |