Fix some plural strings and a missing title. Reported by David Ciscar Presas.
这个提交存在于:
父节点
5105fa0a69
当前提交
393f38a281
共有 5 个文件被更改,包括 14 次插入 和 6 次删除
2
tag.php
2
tag.php
|
@ -55,7 +55,7 @@ order by tags.name');
|
|||
{
|
||||
$tag = new Tag ($post->id, $post->name);
|
||||
array_push ($entryArray, new Entry ($tag->name, $tag->getEntryId (),
|
||||
str_format (localize("bookword.many"), $post->count), "text",
|
||||
str_format (localize("bookword", $post->count), $post->count), "text",
|
||||
array ( new LinkNavigation ($tag->getUri ()))));
|
||||
}
|
||||
return $entryArray;
|
||||
|
|
正在加载…
添加表格
添加链接
在新工单中引用