correction of typos

This commit is contained in:
Tobias Diekershoff 2016-09-24 08:08:04 +02:00
parent 1ea9df5974
commit 252f1827c1
1 changed files with 1 additions and 1 deletions

View 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;
}