Fix some plural strings and a missing title. Reported by David Ciscar Presas.
This commit is contained in:
parent
5105fa0a69
commit
393f38a281
5 changed files with 14 additions and 6 deletions
|
@ -66,7 +66,7 @@ order by series.sort');
|
|||
{
|
||||
$serie = new Serie ($post->id, $post->sort);
|
||||
array_push ($entryArray, new Entry ($serie->name, $serie->getEntryId (),
|
||||
str_format (localize("bookword.many"), $post->count), "text",
|
||||
str_format (localize("bookword", $post->count), $post->count), "text",
|
||||
array ( new LinkNavigation ($serie->getUri ()))));
|
||||
}
|
||||
return $entryArray;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue