From 2fa93655c44881a5e662a9ea2b47232770a23597 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 3 Nov 2012 02:34:12 -0700 Subject: a lot more changes of terminology --- include/nav.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/nav.php') diff --git a/include/nav.php b/include/nav.php index be92af92a..bcad7e00d 100644 --- a/include/nav.php +++ b/include/nav.php @@ -149,18 +149,18 @@ EOT; $nav['messages']['outbox']= array('message/sent', t('Outbox'), "", t('Outbox')); $nav['messages']['new'] = array('message/new', t('New Message'), "", t('New Message')); - $nav['manage'] = array('manage', t('Channel Manager'), "", t('Manage Your Channels')); + $nav['manage'] = array('manage', t('Channel Select'), "", t('Manage Your Channels')); - $nav['settings'] = array('settings', t('Settings'),"", t('Account settings')); - $nav['profiles'] = array('profiles', t('Profiles'),"", t('Manage/edit profiles')); - $nav['contacts'] = array('connections', t('Connections'),"", t('Manage/edit friends and channels')); + $nav['settings'] = array('settings', t('Settings'),"", t('Account/Channel Settings')); + $nav['profiles'] = array('profiles', t('Profiles'),"", t('Manage/Edit Profiles')); + $nav['contacts'] = array('connections', t('Connections'),"", t('Manage/Edit Friends and Connections')); } /** * Admin page */ if (is_site_admin()){ - $nav['admin'] = array('admin/', t('Admin'), "", t('Site setup and configuration')); + $nav['admin'] = array('admin/', t('Admin'), "", t('Site Setup and Configuration')); } -- cgit v1.2.3