aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2015-09-17 08:50:28 +0200
committerzottel <github@zottel.net>2015-09-17 08:50:28 +0200
commit3017dbc8c1058c9a1258a19aff39d3833d5d038c (patch)
treee2c0fa8ae7827ebea20db24264dbacbcd1495edd /include/nav.php
parentc2dac55edb9d825990b43f8f3c857a99ad491387 (diff)
parent5d33b34be7fe1a4c89d43a4bdab5c4e6b35a61bc (diff)
downloadvolse-hubzilla-3017dbc8c1058c9a1258a19aff39d3833d5d038c.tar.gz
volse-hubzilla-3017dbc8c1058c9a1258a19aff39d3833d5d038c.tar.bz2
volse-hubzilla-3017dbc8c1058c9a1258a19aff39d3833d5d038c.zip
Merge remote-tracking branch 'upstream/master'
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 898805bba..59a7c83a3 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -172,8 +172,8 @@ EOT;
if(local_channel()) {
- $nav['network'] = array('network', t('Matrix'), "", t('Your matrix'),'network_nav_btn');
- $nav['network']['mark'] = array('', t('Mark all matrix notifications seen'), '','');
+ $nav['network'] = array('network', t('Grid'), "", t('Your grid'),'network_nav_btn');
+ $nav['network']['mark'] = array('', t('Mark all grid notifications seen'), '','');
$nav['home'] = array('channel/' . $channel['channel_address'], t('Channel Home'), "", t('Channel home'),'home_nav_btn');
$nav['home']['mark'] = array('', t('Mark all channel notifications seen'), '','');