From: Tobias Diekershoff Date: Sat, 24 Sep 2016 06:08:04 +0000 (+0200) Subject: correction of typos X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=252f1827c106bf4b0b177f960ff639dc1a5d2de4;p=friendica.git correction of typos --- 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; }