diff options
Diffstat (limited to 'mod/notifications.php')
-rw-r--r-- | mod/notifications.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/notifications.php b/mod/notifications.php index f327c2fe2..1a4a2b6a9 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -95,6 +95,7 @@ function notifications_content(&$a) { $o .= replace_macros($notif_tpl,array( '$notif_header' => t('System Notifications'), + '$notif_link_mark_seen' => t('Mark all system notifications seen'), '$notif_content' => $notif_content, )); |