diff options
author | friendica <info@friendica.com> | 2012-11-03 02:00:48 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-03 02:00:48 -0700 |
commit | 140f464e025f0b4335c57c0611868c879b8a4eff (patch) | |
tree | 56631ee65e5ec905bd58bd1d0cf412e4414e5af1 /include/nav.php | |
parent | a47a1d5eb9d8e28a646540c5d19e05ffe35774cc (diff) | |
download | volse-hubzilla-140f464e025f0b4335c57c0611868c879b8a4eff.tar.gz volse-hubzilla-140f464e025f0b4335c57c0611868c879b8a4eff.tar.bz2 volse-hubzilla-140f464e025f0b4335c57c0611868c879b8a4eff.zip |
channels you are connected to are "connections". Get rid of "address book" which doesn't fit.
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 4e0d0b429..be92af92a 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('abook', t('Address Book'),"", t('Manage/edit friends and channels')); + $nav['contacts'] = array('connections', t('Connections'),"", t('Manage/edit friends and channels')); } /** |