aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-10-09 03:26:24 -0700
committerfriendica <info@friendica.com>2013-10-09 03:26:24 -0700
commit1e7034c4da11bd46cafad471de714ace3c0b5ab8 (patch)
tree96174d7511b335ef00fbc16cecc6553b04431d40 /include/nav.php
parent95f29743f17fa990e5cc5a1399825e4756f67a10 (diff)
downloadvolse-hubzilla-1e7034c4da11bd46cafad471de714ace3c0b5ab8.tar.gz
volse-hubzilla-1e7034c4da11bd46cafad471de714ace3c0b5ab8.tar.bz2
volse-hubzilla-1e7034c4da11bd46cafad471de714ace3c0b5ab8.zip
nav icons
Diffstat (limited to 'include/nav.php')
-rw-r--r--include/nav.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/nav.php b/include/nav.php
index 812c90537..f1e47b576 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -141,11 +141,11 @@ EOT;
if(local_user()) {
- $nav['network'] = array('network', t('Matrix'), "", t('Conversations from your grid'));
+ $nav['network'] = array('network', t('Matrix'), "", t('Conversations from your matrix'));
$nav['network']['all']=array('notifications/network', t('See all matrix notifications'), "", "");
$nav['network']['mark'] = array('', t('Mark all matrix notifications seen'), '','');
- $nav['home'] = array('channel/' . $channel['channel_address'], t('Home'), "", t('Your posts and conversations'));
+ $nav['home'] = array('channel/' . $channel['channel_address'], t('Channel Home'), "", t('Your posts and conversations'));
$nav['home']['all']=array('notifications/channel', t('See all channel notifications'), "", "");
$nav['home']['mark'] = array('', t('Mark all channel notifications seen'), '','');