X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fconversation.php;h=3415a927c923883e3bb6f1c70b61028a6aff2fc1;hb=5efab810f5ac961995940e8ca4051123334111c2;hp=057526c547a59ffc720fb980c556dae43223b60c;hpb=ac1787d1e5c5d46e44f95c097837e84bc58c849a;p=friendica.git 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; }