From 140f464e025f0b4335c57c0611868c879b8a4eff Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 3 Nov 2012 02:00:48 -0700 Subject: channels you are connected to are "connections". Get rid of "address book" which doesn't fit. --- include/nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/nav.php') 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')); } /** -- cgit v1.2.3