Merge pull request #8501 from annando/notice

Fix weird call to "l10n"
This commit is contained in:
Tobias Diekershoff 2020-04-05 15:48:53 +02:00 committed by GitHub
commit cc1bf3edf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"] = "";