tyoi, found by 朱陈锬 thanks for that!

This commit is contained in:
Tobias Diekershoff 2018-03-03 11:02:40 +01:00
parent 45a9902c83
commit 1510b3d948
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;
}