From fd43e2c563679a98ad31e1a09a05bef6bb448677 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 23 Feb 2012 00:28:26 -0800 Subject: [PATCH] more theme notify fixes --- include/nav.php | 2 +- view/nav.tpl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/nav.php b/include/nav.php index 6fee7adb2..511ca07fc 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 dffa6e520..8c872864c 100755 --- a/view/nav.tpl +++ b/view/nav.tpl @@ -43,6 +43,7 @@