diff options
author | friendica <info@friendica.com> | 2012-02-23 00:28:26 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-23 00:28:26 -0800 |
commit | fd43e2c563679a98ad31e1a09a05bef6bb448677 (patch) | |
tree | b37a0f5f375a50857ea52ac54e84fdab997adc17 /include/nav.php | |
parent | 41636a50aa4fd3f53ad9f9e9d797bfcc37ba8e13 (diff) | |
download | volse-hubzilla-fd43e2c563679a98ad31e1a09a05bef6bb448677.tar.gz volse-hubzilla-fd43e2c563679a98ad31e1a09a05bef6bb448677.tar.bz2 volse-hubzilla-fd43e2c563679a98ad31e1a09a05bef6bb448677.zip |
more theme notify fixes
Diffstat (limited to 'include/nav.php')
-rwxr-xr-x | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'), '',''); } |