Fix weird call to "l10n"

This commit is contained in:
Michael 2020-04-05 13:26:22 +00:00
parent 9878689b1b
commit e7ce2bfd82
1 changed files with 1 additions and 1 deletions

View File

@ -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"] = "";