aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-05-18 14:57:10 +0200
committerMario Vavti <mario@mariovavti.com>2017-05-19 09:30:30 +0200
commitf59ed38a3836647ee86295f44ee2e1532dadb957 (patch)
tree68315c68d450a66aa73384c0da74a4b0b45eca0a /Zotlabs
parent005db13c4588924aeeff62f2534c0088a6616865 (diff)
downloadvolse-hubzilla-f59ed38a3836647ee86295f44ee2e1532dadb957.tar.gz
volse-hubzilla-f59ed38a3836647ee86295f44ee2e1532dadb957.tar.bz2
volse-hubzilla-f59ed38a3836647ee86295f44ee2e1532dadb957.zip
some styling for system notifications
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Notifications.php2
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,
));