diff --git a/include/conversation.php b/include/conversation.php index c7a2379d53..ecd2e4df9e 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1247,7 +1247,7 @@ function format_like($cnt, array $arr, $type, $id) { break; case 'attendmaybe': $phrase = L10n::t('%2$d people attend maybe', $spanatts, $cnt); - $explikers = L10n::t('%s anttend maybe.', $likers); + $explikers = L10n::t('%s attend maybe.', $likers); break; }