mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 04:53:44 +02:00
...
This commit is contained in:
parent
9a22185fd9
commit
be4d8a3f44
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ def CATALOG_GROUP_ENTRY(item, category, request_context, updated):
|
|||
TITLE(item.text),
|
||||
ID(id_),
|
||||
UPDATED(updated),
|
||||
E.content(_('%d items')%item.count, type='text'),
|
||||
E.content(ngettext('one item', '{} items', item.count).format(item.count), type='text'),
|
||||
link
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue