aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-03 02:34:12 -0700
committerfriendica <info@friendica.com>2012-11-03 02:34:12 -0700
commit2fa93655c44881a5e662a9ea2b47232770a23597 (patch)
tree02e12f68771c524086e8357f26531eac792f2ae6 /include/nav.php
parent140f464e025f0b4335c57c0611868c879b8a4eff (diff)
downloadvolse-hubzilla-2fa93655c44881a5e662a9ea2b47232770a23597.tar.gz
volse-hubzilla-2fa93655c44881a5e662a9ea2b47232770a23597.tar.bz2
volse-hubzilla-2fa93655c44881a5e662a9ea2b47232770a23597.zip
a lot more changes of terminology
Diffstat (limited to 'include/nav.php')
-rw-r--r--include/nav.php10
1 files changed, 5 insertions, 5 deletions
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'));
}