diff --git a/include/conversation.php b/include/conversation.php index 057526c547..3415a927c9 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1136,7 +1136,7 @@ function format_like($cnt,$arr,$type,$id) { $explikers = sprintf( t('%s don\'t attend.'), $likers); break; case 'attendmaybe': - $phrase = sprintf( t('%2$d people anttend maybe'), $spanatts, $cnt); + $phrase = sprintf( t('%2$d people attend maybe'), $spanatts, $cnt); $explikers = sprintf( t('%s anttend maybe.'), $likers); break; }