]> git.mxchange.org Git - friendica.git/blobdiff - include/conversation.php
[frio] Fix code block display
[friendica.git] / include / conversation.php
index 057526c547a59ffc720fb980c556dae43223b60c..3415a927c923883e3bb6f1c70b61028a6aff2fc1 100644 (file)
@@ -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('<span  %1$s>%2$d people</span> anttend maybe'), $spanatts, $cnt);
+                               $phrase = sprintf( t('<span  %1$s>%2$d people</span> attend maybe'), $spanatts, $cnt);
                                $explikers = sprintf( t('%s anttend maybe.'), $likers);
                                break;
                }