correction of typos
This commit is contained in:
parent
1ea9df5974
commit
252f1827c1
|
@ -1136,7 +1136,7 @@ function format_like($cnt,$arr,$type,$id) {
|
||||||
$explikers = sprintf( t('%s don\'t attend.'), $likers);
|
$explikers = sprintf( t('%s don\'t attend.'), $likers);
|
||||||
break;
|
break;
|
||||||
case 'attendmaybe':
|
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);
|
$explikers = sprintf( t('%s anttend maybe.'), $likers);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue