From a16dba2941bb3507faa84a13df2001a61daa3e96 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 22 Mar 2020 08:43:06 +0100 Subject: [PATCH] a l10n call too much --- include/enotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/enotify.php b/include/enotify.php index 4a18eea827..10421fb759 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -176,7 +176,7 @@ function notification($params) if ($params['activity']['origin_comment']) { $message = $l10n->t('%1$s replied to you on %2$s\'s %3$s %4$s'); } elseif ($params['activity']['explicit_tagged']) { - $message = $l10n->t('$l10n->t(%1$s tagged you on %2$s\'s %3$s %4$s'); + $message = $l10n->t('%1$s tagged you on %2$s\'s %3$s %4$s'); } else { $message = $l10n->t('%1$s commented on %2$s\'s %3$s %4$s'); }