Merge pull request #4533 from tobiasd/20180303-typo

tyoi, found by 朱陈锬 thanks for that!
2022.09-rc
Michael Vogel 2018-03-03 11:44:37 +01:00 zatwierdzone przez GitHub
commit 1f314b44ce
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1247,7 +1247,7 @@ function format_like($cnt, array $arr, $type, $id) {
break;
case 'attendmaybe':
$phrase = L10n::t('<span %1$s>%2$d people</span> attend maybe', $spanatts, $cnt);
$explikers = L10n::t('%s anttend maybe.', $likers);
$explikers = L10n::t('%s attend maybe.', $likers);
break;
}