From: Michael <heluecht@pirati.ca>
Date: Sun, 5 Apr 2020 13:26:22 +0000 (+0000)
Subject: Fix weird call to "l10n"
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e7ce2bfd8220ac229c2d322c8dd929fb687b8d97;p=friendica.git

Fix weird call to "l10n"
---

diff --git a/view/lang/fr/strings.php b/view/lang/fr/strings.php
index 9dbc8dd35d..3efc67b312 100644
--- a/view/lang/fr/strings.php
+++ b/view/lang/fr/strings.php
@@ -117,7 +117,7 @@ $a->strings["a private message"] = "un message privé";
 $a->strings["%1\$s sent you %2\$s."] = "%1\$s vous a envoyé %2\$s.";
 $a->strings["Please visit %s to view and/or reply to your private messages."] = "Merci de visiter %s pour voir vos messages privés et/ou y répondre.";
 $a->strings["%1\$s replied to you on %2\$s's %3\$s %4\$s"] = "";
-$a->strings["$l10n->t(%1\$s tagged you on %2\$s's %3\$s %4\$s"] = "";
+$a->strings["%1\$s tagged you on %2\$s's %3\$s %4\$s"] = "";
 $a->strings["%1\$s commented on %2\$s's %3\$s %4\$s"] = "";
 $a->strings["%1\$s replied to you on your %2\$s %3\$s"] = "";
 $a->strings["%1\$s tagged you on your %2\$s %3\$s"] = "";