]> git.mxchange.org Git - friendica.git/blobdiff - include/nav.php
Diaspora: Incompatibilities with signature check solved
[friendica.git] / include / nav.php
index 8f82bc4d0220d20993228df77ae83c0047b7363b..e6460c046b7a857d83f5c3eb1edf5a43b4d2b37b 100644 (file)
@@ -170,7 +170,7 @@ function nav_info(&$a) {
                        if(in_array($_SESSION['page_flags'], array(PAGE_NORMAL, PAGE_SOAPBOX, PAGE_FREELOVE))) {
                                $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 system notifications seen'), '','');
+                               $nav['notifications']['mark'] = array('', t('Mark as seen'), '',t('Mark all system notifications seen'));
                        }
                }