correction of typos

2022.09-rc
Tobias Diekershoff 2016-09-24 08:08:04 +02:00
rodzic 1ea9df5974
commit 252f1827c1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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