Merge pull request #4533 from tobiasd/20180303-typo

tyoi, found by 朱陈锬 thanks for that!
This commit is contained in:
Michael Vogel 2018-03-03 11:44:37 +01:00 committed by GitHub
commit 1f314b44ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}