diff --git a/include/nav.php b/include/nav.php index 6fee7adb24..511ca07fc0 100755 --- a/include/nav.php +++ b/include/nav.php @@ -117,7 +117,7 @@ function nav(&$a) { $nav['introductions'] = array('notifications/intros', t('Introductions'), "", t('Friend Requests')); $nav['notifications'] = array('notifications', t('Notifications'), "", t('Notifications')); $nav['notifications']['all']=array('notifications/system', t('See all notifications'), "", ""); - $nav['notifications']['mark'] = array('', t('Mark all notifications seen'), '',''); + $nav['notifications']['mark'] = array('', t('Mark all system notifications seen'), '',''); } diff --git a/view/nav.tpl b/view/nav.tpl index dffa6e5201..8c872864c2 100755 --- a/view/nav.tpl +++ b/view/nav.tpl @@ -43,6 +43,7 @@