diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-05-19 10:48:23 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-05-19 10:48:23 +0200 |
commit | 335de94343a3eb4dcce172514eed0701e79f4d44 (patch) | |
tree | f8e2db4ebd6fe04a057749177d26d981fe7b7630 /Zotlabs/Module/Notifications.php | |
parent | b62463107ce89f397aa0bd738f10cb0522bb126e (diff) | |
parent | 3fad69e5cad9aab1cb31969253919198e551b048 (diff) | |
download | volse-hubzilla-335de94343a3eb4dcce172514eed0701e79f4d44.tar.gz volse-hubzilla-335de94343a3eb4dcce172514eed0701e79f4d44.tar.bz2 volse-hubzilla-335de94343a3eb4dcce172514eed0701e79f4d44.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'Zotlabs/Module/Notifications.php')
-rw-r--r-- | Zotlabs/Module/Notifications.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Notifications.php b/Zotlabs/Module/Notifications.php index e0313dd8b..652648701 100644 --- a/Zotlabs/Module/Notifications.php +++ b/Zotlabs/Module/Notifications.php @@ -40,7 +40,7 @@ class Notifications extends \Zotlabs\Web\Controller { $o .= replace_macros(get_markup_template('notifications.tpl'),array( '$notif_header' => t('System Notifications'), - '$notif_link_mark_seen' => t('Mark all system notifications seen'), + '$notif_link_mark_seen' => t('Mark all seen'), '$notif_content' => $notif_content, '$notifications_available' => $notifications_available, )); |